eventide-project / consumer

Event Sourcing and Microservices Stack for Ruby
http://eventide-project.org
Other
1 stars 3 forks source link

Position store macro in consumer #3

Closed sbellware closed 6 years ago

sbellware commented 6 years ago

With the consolidation of platform-specific consumer libraries, the position store will need to be specified in a concrete consumer class.

position_store: PositionStore::Postgres
sbellware commented 6 years ago

We realized that session injection contradicts consumers with variable plugins