milanvdm / kafka-d3

Event Sourcing and CQRS with Kafka
2 stars 4 forks source link

Add ServiceDiscovery #18

Open milanvdm opened 5 years ago

milanvdm commented 5 years ago

When we stop a KafkaStream or Sub in a distributed setup, it is currently not possible to start them again as we lost all information about the nodes (they deregistered themselves from the cluster). Therefore, we need to introduce a service-discovery mechanism to be able to restart our nodes.