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 Nov 13, 2024
1 parent 6d0d6d5 commit a530182
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 a530182

Please sign in to comment.