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

Multiple active Kafka producers #1488

Closed a1exsh closed 1 year ago

a1exsh commented 1 year ago

A Kafka producer is single-threaded. With our setup it makes sense to have more than one of them active, for better utilization of resources.

Internal ticket: 1298

a1exsh commented 1 year ago

:+1:

adyach commented 1 year ago

👍