Gridgo Connector is the I/O abstraction level of Gridgo. It provides easy-to-use I/O connector for various protocols, including Kafka, ZMQ, VertX, etc. Connector consists of Producer and Consumer.
DEPRECATED
This repo has been merged into the main Gridgo repository and thus become deprecated
View build status for all branches
<dependency>
<groupId>io.gridgo</groupId>
<artifactId>gridgo-connector-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
You need to install individual connector as needed. For example to install gridgo-kafka
:
<dependency>
<groupId>io.gridgo</groupId>
<artifactId>gridgo-kafka</artifactId>
<version>xxx</version>
<!--same as gridgo-connector-core version-->
</dependency>
Refer to the getting started guide for instructions
This library is distributed under MIT license, see LICENSE