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

Alireza/ai 278/add forever broker reconnection config #77

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

alimosaed
Copy link

What is the purpose of this change?
If the broker disconnects, the connector will attempt to reconnect for up to 1 minute. If it fails to reconnect within that time, it will stop trying.

How is this accomplished?
The connector currently uses a parameterized retry policy, which retries a specified number of times to reconnect. This PR adds a “forever” retry policy, which continuously attempts to reconnect at fixed time intervals.

Anything reviews should focus on/be aware of?

Copy link

gitstream-cm bot commented Dec 16, 2024

Please mark whether you used Copilot to assist coding in this PR

  • Copilot Assisted

Copy link

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.

1 participant