eventide-project / consumer

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

Reader macro in consumer #2

Closed sbellware closed 6 years ago

sbellware commented 6 years ago

Rather than have two separate platform implementations of consumer, use a macro in the consumer generalization to stipulate the reader implementation used.

reader: MessageStore::Postgres:Read
sbellware commented 6 years ago

We realized that session injection contradicts consumers with variable plugins