Skip to content

Commit

Permalink
Fix typo in docs (#3215)
Browse files Browse the repository at this point in the history
* Fix typo in enforce-rebalance docs

(cherry picked from commit d2c858e)
  • Loading branch information
bky373 authored and spring-builds committed Apr 24, 2024
1 parent 59e5a80 commit d7c22a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Starting with version `3.1.2`, Spring for Apache Kafka provides an option to inv
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.
If there is already a rebalance in progress, calling an enforced rebalance is a NO-OP.
The caller must wait for the current rebalance to complete before invoking another one.
See the javadocs for `enfroceRebalance` for more details.
See the javadocs for `enforceRebalance` for more details.

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

Expand Down

0 comments on commit d7c22a0

Please sign in to comment.