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
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
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.