zalando / nakadi

A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
https://nakadi.io
MIT License
952 stars 292 forks source link

use producer per topic partition hash #1498

Closed adyach closed 1 year ago

adyach commented 1 year ago

take producer based on the topic partition hashing that helps to distribute paratitions evenly between producers

a1exsh commented 1 year ago

:+1:

adyach commented 1 year ago

👍