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.