You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
This issue is meant to house conversation on finalizing the Relay Client Spec.
Exit Criteria
docs/specs
Relay Client
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 toHubcast
.API
GET event
onRelayServer
POST event
onHubcast
The text was updated successfully, but these errors were encountered: