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

metrics to measure paritioning keys per batch #1478

Closed adyach closed 1 year ago

adyach commented 1 year ago

One-line summary

Measure how many partitioning keys are published per batch. It should help to understand the latencies in case Nakadi publishes events by keys in order (sequential)

a1exsh commented 1 year ago

:+1:

adyach commented 1 year ago

👍