CleverCloud / stream-dns

A DNS server written in Go with an event stream architecture, updated via kafka
MIT License
29 stars 2 forks source link

Fix the creation of a unique consumer group #42

Closed NotBad4U closed 5 years ago

NotBad4U commented 5 years ago

The latest strategy to create a unique ID for the consumer groupe doesn't use rand correctly. Now, we use a UUID to create unique consumer groupe name. We must have only one client by consumer group to get all the records from a topic with Kafka.