DEPRECATED
We integrated the module better with Vert.x 3.1 and added a producer as well, thus we renamed the whole project:
| License |
License |
|---|---|
| GroupId | GroupIdcom.hubrick.vertx |
| ArtifactId | ArtifactIdvertx-kafka-consumer |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVert.x Kafka Consumer
A vert.x Kafka consumer
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-kafka-consumer/ -->
<dependency>
<groupId>com.hubrick.vertx</groupId>
<artifactId>vertx-kafka-consumer</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-kafka-consumer/
implementation 'com.hubrick.vertx:vertx-kafka-consumer:2.0.2'
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-kafka-consumer/
implementation ("com.hubrick.vertx:vertx-kafka-consumer:2.0.2")
'com.hubrick.vertx:vertx-kafka-consumer:jar:2.0.2'
<dependency org="com.hubrick.vertx" name="vertx-kafka-consumer" rev="2.0.2">
<artifact name="vertx-kafka-consumer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubrick.vertx', module='vertx-kafka-consumer', version='2.0.2')
)
libraryDependencies += "com.hubrick.vertx" % "vertx-kafka-consumer" % "2.0.2"
[com.hubrick.vertx/vertx-kafka-consumer "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.kafka : kafka_2.10 | jar | 0.8.2.2 |
| com.google.guava : guava | jar | 18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 3.0.0 |
| io.vertx : vertx-hazelcast | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
We integrated the module better with Vert.x 3.1 and added a producer as well, thus we renamed the whole project: