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
Is your feature request related to a problem? Please describe.
I have a Kafka cluster with three machines, but I haven't found a configuration method for multiple machines in this project. Does this mean that the configuration for multiple hosts is temporarily not supported?
Apr 15 18:46:41 office-dns-recursor-vm-172-22-235-188.bj-y-kwai.it go-dnscollector[28107]: INFO: 2024/04/15 18:46:41.153137 logger - [kafka] kafka - retry to connect in 10 seconds
Apr 15 18:46:41 office-dns-recursor-vm-172-22-235-188.bj-y-kwai.it go-dnscollector[28107]: ERROR: 2024/04/15 18:46:41.153156 logger - [kafka] kafka - failed to established connection
The second question is, for my Kafka topic with 30 partitions, I noticed there's a configuration option specifying the partition to write to. If it's not specified, will the data be randomly written to one of these 30 partitions?
thank you ~
The text was updated successfully, but these errors were encountered:
The second question is, for my Kafka topic with 30 partitions, I noticed there's a configuration option specifying the partition to write to. If it's not specified, will the data be randomly written to one of these 30 partitions?
The next release will support writing in round robin way when the partition setting is null.
I have a Kafka cluster with three machines, but I haven't found a configuration method for multiple machines in this project. Does this mean that the configuration for multiple hosts is temporarily not supported?
Is your feature request related to a problem? Please describe.
I have a Kafka cluster with three machines, but I haven't found a configuration method for multiple machines in this project. Does this mean that the configuration for multiple hosts is temporarily not supported?
My config as below
the errors is
Apr 15 18:46:41 office-dns-recursor-vm-172-22-235-188.bj-y-kwai.it go-dnscollector[28107]: INFO: 2024/04/15 18:46:41.153137 logger - [kafka] kafka - retry to connect in 10 seconds Apr 15 18:46:41 office-dns-recursor-vm-172-22-235-188.bj-y-kwai.it go-dnscollector[28107]: ERROR: 2024/04/15 18:46:41.153156 logger - [kafka] kafka - failed to established connection
The second question is, for my Kafka topic with 30 partitions, I noticed there's a configuration option specifying the partition to write to. If it's not specified, will the data be randomly written to one of these 30 partitions?
thank you ~
The text was updated successfully, but these errors were encountered: