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

remove excessive check for the leader #1496

Closed adyach closed 1 year ago

adyach commented 1 year ago

at the moment nakadi manually checks for the leader, that's not necessary because kafka producer does it for us. it also helps to keep the code clean and prepare for the future changes.

tor-vs-floki commented 1 year ago

👍

a1exsh commented 1 year ago

:+1:

adyach commented 1 year ago

👍