StephenSorriaux / ansible-kafka-admin

Manage your topic's configuration (partitions, replication factor, parameters), ACLs, quotas, users and get stats, without any effort with this library. It does not use the Kafka scripts and does not require ssh connection to the remote broker.
Apache License 2.0
150 stars 46 forks source link

Add new param `connect_max_retry` #162

Closed StephenSorriaux closed 11 months ago

StephenSorriaux commented 11 months ago

Fixes #128

Proposed Changes

teebee commented 11 months ago

@StephenSorriaux LGTM. With the new default value of 50, the issue no longer occurs for me. However, I have also tested whether connect_max_retry can be changed individually per task. This was also successful. Many thanks for the quick and excellent solution. Now I would be happy if there would be a new release soon...