Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new param connect_max_retry #162

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

StephenSorriaux
Copy link
Owner

Fixes #128

Proposed Changes

  • add new param connect_max_retry so that users can configure the max time to wait before giving up

It replaces the previous `MAX_RETRY` constant
@teebee
Copy link
Contributor

teebee commented Dec 6, 2023

@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...

@StephenSorriaux StephenSorriaux merged commit 2677813 into master Dec 6, 2023
34 checks passed
@StephenSorriaux StephenSorriaux deleted the feat/configure-connect-retry branch February 12, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to get Topic Information when connecting to a Cluster using SSL
2 participants