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 #1520

Closed adyach closed 1 year ago

adyach commented 1 year ago

One-line summary

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 https://github.com/zalando/nakadi/pull/1516 and https://github.com/zalando/nakadi/pull/1517

adyach commented 1 year ago

👍

a1exsh commented 1 year ago

👍