Open
Description
Description
As a dev, I want to add a constructor config value for providing the gRPC service with the event store interface, so that the gRPC can be used with any event store implementation.
Acceptance Criteria
- Define a new interface EventStore which combines the eventstore package interfaces into a single multi-method interface
- gRPC service constructor has option for EventStore interface implementation
Related Issues
No response