License |
License |
---|---|
GroupId | GroupIdio.confluent.parallelconsumer |
ArtifactId | ArtifactIdparallel-consumer-example-streams |
Version | Version0.3.1.0 |
Type | Typejar |
Description |
DescriptionConfluent Parallel Consumer Example - Streams
Parallel Apache Kafka client wrapper with client side queueing, a simpler consumer/producer API with
key concurrency and extendable non-blocking IO processing.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-example-streams/ -->
<dependency>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-example-streams</artifactId>
<version>0.3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-example-streams/
implementation 'io.confluent.parallelconsumer:parallel-consumer-example-streams:0.3.1.0'
// https://jarcasting.com/artifacts/io.confluent.parallelconsumer/parallel-consumer-example-streams/
implementation ("io.confluent.parallelconsumer:parallel-consumer-example-streams:0.3.1.0")
'io.confluent.parallelconsumer:parallel-consumer-example-streams:jar:0.3.1.0'
<dependency org="io.confluent.parallelconsumer" name="parallel-consumer-example-streams" rev="0.3.1.0">
<artifact name="parallel-consumer-example-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confluent.parallelconsumer', module='parallel-consumer-example-streams', version='0.3.1.0')
)
libraryDependencies += "io.confluent.parallelconsumer" % "parallel-consumer-example-streams" % "0.3.1.0"
[io.confluent.parallelconsumer/parallel-consumer-example-streams "0.3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.confluent.parallelconsumer : parallel-consumer-core | jar | 0.3.1.0 |
org.apache.kafka : kafka-streams | jar | 2.5.1 |
org.apache.commons : commons-lang3 | jar | 3.11 |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka-streams-test-utils | jar | 2.5.1 |
org.awaitility : awaitility | jar | 4.1.0 |
io.confluent.parallelconsumer : parallel-consumer-core | jar | 0.3.1.0 |
org.testcontainers : testcontainers | jar | 1.15.3 |
org.testcontainers : junit-jupiter | jar | 1.15.3 |
org.testcontainers : kafka | jar | 1.15.3 |
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 |