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

Refactor gateways #147

Closed
VaibhavPage opened this issue Jan 4, 2019 · 2 comments
Closed

Refactor gateways #147

VaibhavPage opened this issue Jan 4, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@VaibhavPage
Copy link
Contributor

**Is your feature request related to a problem? **
Currently the framework offers different flavors of gateway like core, http and grpc that an user can implement. But this has lead to bloated implementation and in case of http and grpc gateways, framework needs to add middleware components that can talk over different communication protocols.

Describe the solution you'd like
Communication between framework and user's gateway code should happen only over gRPC.
This will standardize how gateways are implemented and it will make code easy to maintain.
Also it will be easier to manage state of the event sources.

@VaibhavPage VaibhavPage added the enhancement New feature or request label Jan 4, 2019
@VaibhavPage
Copy link
Contributor Author

@magaldima @spk83 @dtaniwaki thoughts?

@dtaniwaki
Copy link
Member

@VaibhavPage I agree with you. That reduces lots of redundant code and simplifies gateways. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants