is not current version
Last Version 0.5.1.0

Confluent Parallel Consumer 0.3.1.0

Parallel Apache Kafka client wrapper with client side queueing, a simpler consumer/producer API with key concurrency and extendable non-blocking IO processing.

License

License

GroupId

GroupId

io.confluent.parallelconsumer
ArtifactId

ArtifactId

parallel-consumer-parent
Version

Version

0.3.1.0
Type

Type

jar
Description

Description

Confluent Parallel Consumer
Parallel Apache Kafka client wrapper with client side queueing, a simpler consumer/producer API with key concurrency and extendable non-blocking IO processing.
Project URL

Project URL

http://confluent.io
Project Organization

Project Organization

Confluent, Inc.
Source Code Management

Source Code Management

https://github.com/confluentinc/parallel-consumer.git

Download parallel-consumer-parent 0.3.1.0


<!-- https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-parent/ -->
<dependency>
    <groupId>io.confluent.parallelconsumer</groupId>
    <artifactId>parallel-consumer-parent</artifactId>
    <version>0.3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-parent/
implementation 'io.confluent.parallelconsumer:parallel-consumer-parent:0.3.1.0'
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-parent/
implementation ("io.confluent.parallelconsumer:parallel-consumer-parent:0.3.1.0")
'io.confluent.parallelconsumer:parallel-consumer-parent:jar:0.3.1.0'
<dependency org="io.confluent.parallelconsumer" name="parallel-consumer-parent" rev="0.3.1.0">
  <artifact name="parallel-consumer-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confluent.parallelconsumer', module='parallel-consumer-parent', version='0.3.1.0')
)
libraryDependencies += "io.confluent.parallelconsumer" % "parallel-consumer-parent" % "0.3.1.0"
[io.confluent.parallelconsumer/parallel-consumer-parent "0.3.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.github.bsideup.jabel : jabel-javac-plugin jar 0.3.0
org.slf4j : slf4j-api jar 1.7.30
pl.tlinkowski.unij : pl.tlinkowski.unij.api jar 0.1.3
pl.tlinkowski.unij : pl.tlinkowski.unij.bundle.jdk8 jar 0.1.3

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (8)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.platform : junit-platform-launcher jar 1.7.0
org.junit.platform : junit-platform-commons jar 1.7.0
org.assertj : assertj-core jar 3.18.0
org.mockito : mockito-core jar 3.6.0
com.google.auto.service : auto-service-annotations jar 1.0-rc7

Project Modules

  • parallel-consumer-core
  • parallel-consumer-vertx
  • parallel-consumer-examples