v3.3.4
Move values that were hardcoded into the Zmq broker/connector into environment variables with "reasonable" defaults:
- PB_ZMQ_CLIENT_HOST_ALIVE_CHECK_INTERVAL
How many seconds between health checks (defaults to 1) - PB_ZMQ_CLIENT_SERVER_LOOKUP_ATTEMPTS
How many times to lookup the server in the service directory list (defaults to 5) - PB_ZMQ_SERVER_BACKEND_POLL_WEIGHT
In the broker, this is how many backend reads will be executed (if the backend socket is readable) while processing the backend responses (defaults to 1) - PB_ZMQ_SERVER_FRONTEND_POLL_WEIGHT
In the broker, this is how many frontend reads will be executed if the frontend socket is readable while processing the frontend requests (defaults to 1)