-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: changes for optimizing filter ping #1102
Conversation
Jenkins BuildsClick to see older builds (10)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't think too much about peer management. My general feeling is that, one periodic loop to check health and close unhealthy ones, another periodic loop ensure the quoted connection requirements are properly provisioned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nitpicks, overall LGTM 👍
Description
Implementing #1099 , realized that there are some issues wrt approach taken in #1048
Following are the issues being addressed/to be addressed:
Taking an approach to not send an actual ping via Filter Subscription Ping API, rather check status of last ping. And trying to no refactor code much, so that we can check results faster.
Note: Tests are still pending.
Approach/Impementation Details:
Pending Items: