Closed
Description
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.