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
the plugin does not do per topic configuration, and I think the librdkafka does partition strategy configuration in the topic configuration not the global. All the settings in the kafka configuration are global.
To support this we would have to support new configuration local -> topic creation.
Summary of the issue
I want to add Partition in local.zeek file that contain configuration for kafka.
Expected behavior
To create a x number of partition in all files
Steps to reproduce
...
Where applicable, consider providing a patch that uses the end to end testing environment.
Logs, errors, etc.
I am trying ["partition"]=10 in Kafka::Config
But it is not working
Your environment
The text was updated successfully, but these errors were encountered: