Fix typos in docs for new rebalance protocol
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ If you implement `ConsumerRebalanceListener` you should override the default met
|
||||
This is because the listener container will call its own `onPartitionsRevoked` from its implementation of `onPartitionsLost` after calling the method on your implementation.
|
||||
If you implementation delegates to the default behavior, `onPartitionsRevoked` will be called twice each time the `Consumer` calls that method on the container's listener.
|
||||
|
||||
[[new-rebalalcne-protocol]]
|
||||
[[new-rebalance-protocol]]
|
||||
== Kafka 4.0 Consumer Rebalance Protocol
|
||||
|
||||
Spring for Apache Kafka 4.0 supports Apache https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol[Kafka 4.0’s new consumer rebalance protocol] (KIP-848), which enhances performance with server-driven, incremental partition assignments.
|
||||
|
||||
@@ -69,7 +69,7 @@ Several deprecated items have been removed:
|
||||
=== New Consumer Rebalance Protocol
|
||||
|
||||
Spring for Apache Kafka 4.0 supports Kafka 4.0’s new consumer rebalance protocol - https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol[KIP-848].
|
||||
For details, see xref:kafka/receiving-messages/rebalance-listeners.adoc#new-rebalalcne-protocol[New Consumer Rebalace Protocol docs].
|
||||
For details, see xref:kafka/receiving-messages/rebalance-listeners.adoc#new-rebalance-protocol[New Consumer Rebalance Protocol docs].
|
||||
|
||||
[[x40-multi-value-header]]
|
||||
=== Support multi-value header
|
||||
|
||||
Reference in New Issue
Block a user