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 adminClientId, as it was long not used #1454

Closed antban closed 2 years ago

antban commented 2 years ago

There is a weird part of code, that replaced actual(valid) client id with some constant. This part of code may cause problems understanding the reported values.

Therefore the incorrect value is removed from configuration

antban commented 2 years ago

:+1:

a1exsh commented 2 years ago

:+1: