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

push-only streaming channel implementation #1901

Closed
onur-ozkan opened this issue Jul 8, 2023 · 0 comments
Closed

push-only streaming channel implementation #1901

onur-ozkan opened this issue Jul 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@onur-ozkan
Copy link
Member

onur-ozkan commented Jul 8, 2023

Implementation Specifications:

  • Build the implementation on top of SSE.
  • Allow filtering of events (e.g., users may choose to listen only to price events).
  • By default, utilize a TLS connection to enable SSE with HTTP2, as HTTP1 SSE has a limitation of establishing only six connections simultaneously.
  • Provide the option to allow external traffic access through configuration, allowing some users to utilize this feature from seed nodes, which can help keep their nodes lighter.
  • Event interval configurations (run x event every y seconds)
  • Allow activating specific events from the MM2 configuration.(.e.g, stream only the price events from mm2)

p.s., specs can be extended depending on the R&D

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

1 participant