Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Allow servers to proxy #2

@MicahParks

Description

@MicahParks

Proxy pubsub servers should be implemented.

A central pubsub server could be at site A and a user's proxy pubsub server could be at site B. This would allow multiple subscribers at site B to get the same subscriber information with multiple connections to the proxy pubsub server at site B, but only one connection to the central pubsub server at site A.

Considerations:

  • One proxy server may make multiple connections to the central pubsub server. One per subscription topic. If this can be reduced to one connection, that would be best, but a control channel may be required for that, which is undesired.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions