Skip to content

Kafka consumers scaling from zero with timed messages #4466

Discussion options

You must be logged in to vote

Just use minReplicaCount:0 & maxReplicaCount: 10 and remove idleReplicaCount. It will properly scale between 0-10. idleReplicaCount is only useful when you want to scale from 0 directly to some min value greater than 1.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@sansmoraxz
Comment options

@zroubalik
Comment options

Answer selected by sansmoraxz
@sansmoraxz
Comment options

@sansmoraxz
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants