Fix typos in docs for new rebalance protocol

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-05-27 23:41:02 +07:00
committed by GitHub
parent 982b532d98
commit 7b71d207d5
2 changed files with 2 additions and 2 deletions

View File

@@ -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.0s new consumer rebalance protocol] (KIP-848), which enhances performance with server-driven, incremental partition assignments.

View File

@@ -69,7 +69,7 @@ Several deprecated items have been removed:
=== New Consumer Rebalance Protocol
Spring for Apache Kafka 4.0 supports Kafka 4.0s 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