Configuration Stream Element
Configuration elements follow the configuration protocol outlined in the ZMQ API.
Configuration stream elements contain one mandatory field and one optional field: address
and message
respectively:
address: "tcp://*:22951" # string: url (for zmq sink)
message: {} # any auxiliary configuration
address
is a url to a zmq socket.message
is any user-defined configuration that the user wants to pass on, apart from passing this on this field is completely ignore by Nimble. The message must be valid JSON/YAML.