Using external gRPC clients
mar1n3r0 opened this issue · 1 comments
mar1n3r0 commented
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
Never mind, I saw that CQRS fully supports gRPC.