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

Finalize Relay Client Spec #51

Open
2 tasks
tgmachina opened this issue Feb 14, 2024 · 0 comments
Open
2 tasks

Finalize Relay Client Spec #51

tgmachina opened this issue Feb 14, 2024 · 0 comments
Labels
feature New feature or request

Comments

@tgmachina
Copy link
Collaborator

Description

This issue is meant to house conversation on finalizing the Relay Client Spec.

Exit Criteria

  • Consensus reached on spec by hubcast team
  • Finalized spec moved to appropriate location e.g. docs/specs

Relay Client

sequenceDiagram
	participant RelayServer
	participant SiteBoundary
	participant RelayClient
	participant Hubcast
	Note right of SiteBoundary: Site Internal
	loop Poll or Websocket
		RelayClient->>RelayServer: Read events
	end
	RelayClient->>Hubcast: Forward events
Loading

Description

The RelayClient operates as a simple event forwarding service. It is responsible for reaching out over a secure channel to a event source, in this case, RelayServer, and forwarding events to Hubcast.

API

  • Calls GET event on RelayServer
  • Calls POST event on Hubcast
@alecbcs alecbcs added the feature New feature or request label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants