# README
Conduit Connector for ZeroMQ
ZeroMQ connector is one of Conduit plugins. It provides both, a Source and a Destination ZeroMQ connectors.
How to build?
Run make build
to build the connector.
Testing
Run make test
to run all the unit tests. Run make test-integration
to run the integration tests.
The Docker compose file at test/docker-compose.yml
can be used to run the required resource locally.
Source
A source is a subscriber that listens to a topic.
Configuration
name | description | required | default value |
---|---|---|---|
topic | Topic is the topic to publish to when receiving a record to write. | true | |
portBindings | PortBindings is a comma separated list of ports that we wish to bind to. | false |
Destination
A destination is a publisher that writes data to socket.
Configuration
name | description | required | default value |
---|---|---|---|
topic | Topic is the topic to publish to when receiving a record to write. | true | |
routerEndpoints | RouterEndpoints is a comma separated list of socket endpoints that we wish to deal messages to. | true |
Useful resources
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Specification returns the connector's specification.
# Variables
Connector combines all constructors for each plugin in one struct.