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

Revert "multi-timeline consumer pool" #1524

Closed a1exsh closed 1 year ago

a1exsh commented 1 year ago

Reverts zalando/nakadi#1520

The solution is incomplete due to consumers being created often in the middle layer for checking earlies/newest offsets within partition. We will have to find a different approach, but for now stick with the consumer pool at the bottom layer that covers every use.

adyach commented 1 year ago

👍

a1exsh commented 1 year ago

:+1: