Ask Your Question
2

What is the rebalance latency and status in Kafka Streams metrics?

asked 2021-05-24 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-03-17 08:00:00 +0000

bukephalos gravatar image

Rebalance latency is the time taken by a Kafka Streams application to complete a rebalance operation. Rebalance is the process of redistributing partitions among the available instances of a Kafka Streams application to achieve a balanced load. The rebalance latency metric measures the time taken by the application to complete this process.

The status metric indicates the current state of the Kafka Streams instance. It can have several values such as CREATED, RUNNING, REBALANCING, ERROR, and NOT_RUNNING.

The Kafka Streams metrics provide valuable insights into the performance of your application and help you optimize it for better efficiency and throughput.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-24 11:00:00 +0000

Seen: 8 times

Last updated: Mar 17 '22