Kafka Commons for Streams

A collection of common utilities and reusable classes for Kafka Streams applications.

License

License

GroupId

GroupId

io.streamthoughts
ArtifactId

ArtifactId

kc4streams
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Kafka Commons for Streams
A collection of common utilities and reusable classes for Kafka Streams applications.
Project URL

Project URL

https://github.com/streamthoughts/kc4streams
Project Organization

Project Organization

streamthoughts

Download kc4streams

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

provided (2)

Group / Artifact Type Version
org.apache.kafka : kafka-clients jar 3.1.0
org.apache.kafka : kafka-streams jar 3.1.0

test (1)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0