vardius/go-api-boilerplate

Using external gRPC clients

mar1n3r0 opened this issue · 1 comments

Went quickly through the pubsub and pushpull setup. What do you think will be required to have event sourcing working with external gRPC clients ?

Also do you believe using third-party clients is conflicting with CQRS as a pattern since write and read would happen over gPRC?

Never mind, I saw that CQRS fully supports gRPC.