Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support static bind/connect url for the ZMQ PSA #3

Open
pnoltes opened this issue Jan 29, 2019 · 0 comments
Open

Support static bind/connect url for the ZMQ PSA #3

pnoltes opened this issue Jan 29, 2019 · 0 comments

Comments

@pnoltes
Copy link
Member

pnoltes commented Jan 29, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants