-
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: use CommonService in peerConnector #737
Conversation
Jenkins BuildsClick to see older builds (24)
|
70f555e
to
41d2e1c
Compare
I don't think we need to use generics here. Generics make code hard to maintain and read. So if there is an alternative approach to generics, i would always prefer that. Looks like @richard-ramos also agrees with this. |
585be02
to
0b52297
Compare
0b52297
to
cafb0f0
Compare
41d2e1c
to
089cfd3
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
But, i would suggest to do some testing by running service-node locally and trying to connect from multiple nodes to ensure nothing is broken wrt peer connectivity and management.
Description
Refactor peerConnector to include CommonService
Changes
Tests