Readhub - 技术资讯 ( ) • 2021-07-25 04:48
During rebalance, consumers stop processing Messages for some period of time, and, as a result, processing of events from a topic happens with some delay ... Here we will try to figure out how to decrease rebalance for Kafka-Streams clients (even though some tips will be useful for other Kafka consumer clients as well) ... In our case, processing of a single message takes around 5 milliseconds and the stream is stateless (processing - both CPU and IO intensive, some invocations into databases and REST calls to other micro-services). ... 阅读全文