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

[Access] Enable Event streaming on REST API #4379

Closed
peterargue opened this issue May 25, 2023 · 0 comments
Closed

[Access] Enable Event streaming on REST API #4379

peterargue opened this issue May 25, 2023 · 0 comments
Labels
enhancement New feature or request S-Access wishlist-candidate Community contributions to resolve this issue are rewarded via grants

Comments

@peterargue
Copy link
Contributor

peterargue commented May 25, 2023

Problem Definition

Currently, event streaming is supported only on on the gRPC APIs. This works for backend clients, and web clients using gRPC-Web.

However, the lack of REST support means FCL and the flow-js-sdk can't integrate.

Proposed Solution

Build a WebSockets handler for the REST server that implements the event streaming FLIP using the existing backend implementation.

Definition of Done

  • REST API's implementation in flow-go supports event streaming
  • There are unit and functional tests covering the new endpoints.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request S-Access wishlist-candidate Community contributions to resolve this issue are rewarded via grants
Projects
None yet
Development

No branches or pull requests

2 participants