Skip to content

Commit

Permalink
chore: Updating code comments to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
wookievx committed Sep 29, 2024
1 parent 275d329 commit 202e097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object RebalanceRevokeMode {

/**
* Waiting for configured amount of time:<br>
* [[ConsumerSettings#withMaxPollInterval]] * 5 or until all the partition streams finish processing (but not waiting
* {{{org.apache.kafka.clients.consumer.ConsumerConfig.SESSION_TIMEOUT_MS_CONFIG}}} or until all the partition streams finish processing (but not waiting
* for commits to conclude for that partition)
*/
val Graceful: RebalanceRevokeMode = GracefulMode
Expand Down

0 comments on commit 202e097

Please sign in to comment.