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
Be sure Pushpin is running before the Django app is started. On start, the Django app will make an RPC call to the specified ZeroMQ address for feature discovery. The require_subscribers option tells the app to send messages using a ZeroMQ PUB socket (instead of PUSH) if supported by Pushpin.
Pushpin supports ZeroMQ https://pushpin.org/docs/usage/#publishing
It would be great if this package can use zeroMQ between pushpin instances and the server.
Maybe the https://github.com/fanout/pypubcontrol is a good base for that.
Using for publishing a message is easier to understand, but how the pushpin to server direction can be implemented?
The idea is form here: https://pushpin.org/docs/advanced/#subscription-forwarding
The text was updated successfully, but these errors were encountered: