Skip to content

Commit 7b71d20

Browse files
Fix typos in docs for new rebalance protocol
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 982b532 commit 7b71d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/receiving-messages/rebalance-listeners.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you implement `ConsumerRebalanceListener` you should override the default met
5959
This is because the listener container will call its own `onPartitionsRevoked` from its implementation of `onPartitionsLost` after calling the method on your implementation.
6060
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.
6161

62-
[[new-rebalalcne-protocol]]
62+
[[new-rebalance-protocol]]
6363
== Kafka 4.0 Consumer Rebalance Protocol
6464

6565
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.

spring-kafka-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Several deprecated items have been removed:
6969
=== New Consumer Rebalance Protocol
7070

7171
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].
72-
For details, see xref:kafka/receiving-messages/rebalance-listeners.adoc#new-rebalalcne-protocol[New Consumer Rebalace Protocol docs].
72+
For details, see xref:kafka/receiving-messages/rebalance-listeners.adoc#new-rebalance-protocol[New Consumer Rebalance Protocol docs].
7373

7474
[[x40-multi-value-header]]
7575
=== Support multi-value header

0 commit comments

Comments
 (0)