Skip to content

Create separate Kafka consumer group for each topic

Evgeny requested to merge kafka-one-consumer-group-per-topic into develop

Create separate Kafka consumer group for each topic, to have a single consumer in each consumer group and avoid rebalancing between multiple consumers. Tested with the latest version of Kafka REST proxy (7.2.1) on local development server, and the currently running version of KAFKA REST proxy (5.5.2) at https://test.ncbi.nlm.nih.gov/books/kafka/.

Edited by Evgeny

Merge request reports