Categorygithub.com/conduitio-labs/conduit-connector-zeromq
modulepackage
0.0.0-20250204204143-387bc73f46bf
Repository: https://github.com/conduitio-labs/conduit-connector-zeromq.git
Documentation: pkg.go.dev

# 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

namedescriptionrequireddefault value
topicTopic is the topic to publish to when receiving a record to write.true
portBindingsPortBindings 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

namedescriptionrequireddefault value
topicTopic is the topic to publish to when receiving a record to write.true
routerEndpointsRouterEndpoints is a comma separated list of socket endpoints that we wish to deal messages to.true

Useful resources

scarf pixel

# 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.