vardius / go-api-boilerplate

Go Server/API boilerplate using best practices DDD CQRS ES gRPC
https://go-api-boilerplate.local
MIT License
929 stars 135 forks source link

Using external gRPC clients #84

Closed mar1n3r0 closed 3 years ago

mar1n3r0 commented 3 years ago

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?

mar1n3r0 commented 3 years ago

Never mind, I saw that CQRS fully supports gRPC.