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
Requests to create topics will fail if you supply assignments and
partitions/replicas together. If you don't supply a value for
partitions/replicas at all, default values of 1 will be used which also
leads to topic creation failures. Here, the default values for the two
settings are changed to -1 so that topic creations do not fail due to
conflicting settings. Furthermore, this has the benefit of using the
default values set inside the Kafka cluster.
Related:
- tulios/kafkajs#1305
0 commit comments