You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the default value is "1".
That's fine when developing against docker, but in most real world situations the brokers will have min.insync.replicas set to some higher value, obliging the developer to override.
If instead the default value were "-1", that means use whatever the broker's default replication factor is.
This saves the developer from having to think about replication factor unless they need something different.
The text was updated successfully, but these errors were encountered:
I hadn't realized replicas = -1 would only work with Kafka as of 2.4. Good point! It would be useful in spring-kafka 3.0.0 though. Thanks for adding it to the milestone.
Currently the default value is "1".
That's fine when developing against docker, but in most real world situations the brokers will have min.insync.replicas set to some higher value, obliging the developer to override.
If instead the default value were "-1", that means use whatever the broker's default replication factor is.
This saves the developer from having to think about replication factor unless they need something different.
The text was updated successfully, but these errors were encountered: