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
AdminClient: Default parameters support for AdminClient#createTopic (#616)
This is needed because librdkafka supports
AdminClient.CreateTopics(...) with default value(-1) of NumPartitions
and ReplicationFactor, but currently it's not possible to pass a value
of -1 or 0 for ReplicationFactor to CreateTopics without specifying an
explicit ReplicaAssignment.
0 commit comments