-
Notifications
You must be signed in to change notification settings - Fork 5
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
Separated RpcServer & RestServer from aggregator #204
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.
GJ, LGTM. The only consideration I have is in terms of separately declaring the RPC and REST clients, but let's keep the discussion of that in the comment.
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.
Some small details that could have been overlooked but overall LGTM
0196995
to
c707f79
Compare
c707f79
to
b75808f
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
This closes: Specify Aggregator methods to be exposed in RPC. Done as result of below
And tech debt of separating rpc and rest servers from aggregator