waterdog-oss / outbox-event-bus

A technology agnostic event bus
MIT License
3 stars 1 forks source link

Kafka event consumers have global shared state #39

Closed felix19350 closed 4 years ago

felix19350 commented 4 years ago

There is a bit of global shared state in the KafkaEventConsumer that leads to problems when a consumer unsubcribes and then tries to subscribe back again.