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

multi-timeline consumer pool for subscription lag #1518

Closed adyach closed 1 year ago

adyach commented 1 year ago

the commit creates a pool of nakadi multi-timeline consumers to avoid excessive heap allocations on Kafka

that was especially possible because of prio refactoring #1516 and #1517

a1exsh commented 1 year ago

:+1:

adyach commented 1 year ago

👍