Skip to content

Commit 9d5a51a

Browse files
bky373spring-builds
authored andcommitted
Fix typo in docs (#3215)
* Fix typo in enforce-rebalance docs (cherry picked from commit d2c858e)
1 parent ac7911c commit 9d5a51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Starting with version `3.1.2`, Spring for Apache Kafka provides an option to inv
66
When calling this API, it is simply alerting the Kafka consumer to trigger an enforced rebalance; the actual rebalance will only occur as part of the next `poll()` operation.
77
If there is already a rebalance in progress, calling an enforced rebalance is a NO-OP.
88
The caller must wait for the current rebalance to complete before invoking another one.
9-
See the javadocs for `enfroceRebalance` for more details.
9+
See the javadocs for `enforceRebalance` for more details.
1010

1111
The following code snippet shows the essence of enforcing a rebalance using the message listener container.
1212

0 commit comments

Comments
 (0)