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
Adds support for statically configured endpoint url / connects. Mainly to enable testing without the need for a discovery layer.
The configuration should be in the META/(pub|sub)/.properties
For static endpoints use (i.e.)
zmq.static.bind.url=ipc:///tmp/pubsub-pingtest
For static connects uses (i.e.):
zmq.static.connect.urls=ipc:///tmp/pubsub-pingtest
The text was updated successfully, but these errors were encountered:
Adds support for statically configured endpoint url / connects. Mainly to enable testing without the need for a discovery layer.
The configuration should be in the META/(pub|sub)/.properties
For static endpoints use (i.e.)
zmq.static.bind.url=ipc:///tmp/pubsub-pingtest
For static connects uses (i.e.):
zmq.static.connect.urls=ipc:///tmp/pubsub-pingtest
The text was updated successfully, but these errors were encountered: