eventide-project / consumer

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

Starting position is only retrieved once #16

Closed aaronjensen closed 1 month ago

aaronjensen commented 1 month ago

This addresses a problem with sharing the consumer's get across threads, which caused multiple threads to attempt to use get simultaneously. With consumer-postgres, this causes a malfunction.