-
Notifications
You must be signed in to change notification settings - Fork 118
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
Refactor fed envy event handling #731
Refactor fed envy event handling #731
Conversation
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.
Nice refactor, LGTM 🎉
8cad828
to
291240a
Compare
291240a
to
a107752
Compare
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.
LGTM!
Nice cleanup, I'm always a fan of this approach as syncer
now is simpler & more readable. No need to go through code you don't want to read 👍
This commit extracts a tick handler method from the federation envoy event handler routine. The goal of this commit is code simplification and to gain some line length breathing room.
This commit extracts a push request handler method from the federation envoy event handler routine. The goal of this commit is code simplification and to gain some line length breathing room.
This commit extracts a batch push request handler method from the federation envoy event handler routine. The goal of this commit is code simplification and to gain some line length breathing room.
a107752
to
52ac13f
Compare
This PR refactors the federation envoy event handling routine with the goal of code simplification and to gain some line length breathing room.
This PR shouldn't change any "business logic".