groupInitialRebalanceDelayMs

@JvmName(name = "eiodnheifhubgmap")
suspend fun groupInitialRebalanceDelayMs(value: Output<Int>)
@JvmName(name = "ejcusykwtgfrkbuc")
suspend fun groupInitialRebalanceDelayMs(value: Int?)

Parameters

value

The amount of time, in milliseconds, the group coordinator will wait for more consumers to join a new group before performing the first rebalance. A longer delay means potentially fewer rebalances, but increases the time until processing begins. The default value for this is 3 seconds. During development and testing it might be desirable to set this to 0 in order to not delay test execution time.