Skip to content

Commit

Permalink
code cleanup (#34171)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c2a4d2c2de669eff3c98b2277be8502d834de3e4
  • Loading branch information
leonbur authored and wix-oss committed Oct 5, 2023
1 parent 53118ae commit be23215
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ case class EventLoopConfig(
highWatermark: Int,
rebalanceListener: RebalanceListener[Any],
delayResumeOfPausedPartition: Long,
startPaused: Boolean,
cooperativeRebalanceEnabled: Boolean
startPaused: Boolean
)

object EventLoopConfig {
Expand All @@ -272,8 +271,7 @@ object EventLoopConfig {
highWatermark = 256,
rebalanceListener = RebalanceListener.Empty,
delayResumeOfPausedPartition = 0,
startPaused = false,
cooperativeRebalanceEnabled = false
startPaused = false
)
}

Expand Down

0 comments on commit be23215

Please sign in to comment.