Kafka Stream Application Framework

Framework supporting implementation of Kafka Streams Applications

License

License

GroupId

GroupId

com.github.piotr-kalanski
ArtifactId

ArtifactId

kafka-streams-app-framework
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Kafka Stream Application Framework
Framework supporting implementation of Kafka Streams Applications
Project URL

Project URL

https://github.com/piotr-kalanski/kafka-streams-app-framework
Source Code Management

Source Code Management

https://github.com/piotr-kalanski/kafka-streams-app-framework/tree/master

Download kafka-streams-app-framework

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-app-framework/ -->
<dependency>
    <groupId>com.github.piotr-kalanski</groupId>
    <artifactId>kafka-streams-app-framework</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-app-framework/
implementation 'com.github.piotr-kalanski:kafka-streams-app-framework:0.2.0'
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-app-framework/
implementation ("com.github.piotr-kalanski:kafka-streams-app-framework:0.2.0")
'com.github.piotr-kalanski:kafka-streams-app-framework:pom:0.2.0'
<dependency org="com.github.piotr-kalanski" name="kafka-streams-app-framework" rev="0.2.0">
  <artifact name="kafka-streams-app-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.piotr-kalanski', module='kafka-streams-app-framework', version='0.2.0')
)
libraryDependencies += "com.github.piotr-kalanski" % "kafka-streams-app-framework" % "0.2.0"
[com.github.piotr-kalanski/kafka-streams-app-framework "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • kafka-streams-app-common
  • kafka-streams-app-archetype
  • kafka-streams-app-test

Versions

Version
0.2.0
0.1.4
0.1.3
0.1.1