io.simplesource:simplesource-command-kafka

Simple Sourcing Event Sourcing API

License

License

GroupId

GroupId

io.simplesource
ArtifactId

ArtifactId

simplesource-command-kafka
Last Version

Last Version

0.2.8
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Sourcing Event Sourcing API

Download simplesource-command-kafka

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
io.simplesource : simplesource-command-api jar 0.2.8
org.apache.kafka : kafka_2.12 jar 2.3.0
org.apache.kafka : kafka-clients jar 2.3.0
org.apache.kafka : kafka-streams jar 2.3.0
org.slf4j : slf4j-api jar 1.7.25
io.confluent » kafka-streams-avro-serde jar 5.1.2
org.projectlombok : lombok jar 1.18.0

runtime (1)

Group / Artifact Type Version
javax.activation : activation jar 1.1.1

test (8)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.0
org.junit.jupiter : junit-jupiter-engine jar 5.5.0
org.apache.kafka : kafka-streams-test-utils jar 2.3.0
org.slf4j : slf4j-simple jar 1.7.25
org.mockito : mockito-core jar 2.21.0
org.assertj : assertj-core jar 3.12.2
org.mockito : mockito-junit-jupiter jar 2.21.0
org.junit.jupiter : junit-jupiter-params jar 5.5.0

Project Modules

There are no modules declared in this project.

Simple Sourcing - Event Sourcing with CQRS backed by Kafka

Latest version Build Status

Simple Sourcing is an API for building event sourcing systems where the data is stored in Kafka.

See the documentation for more details.

See the Quick Start for getting Simple Sourcing running locally.

io.simplesource

Versions

Version
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.6
0.1.5
0.1.2
0.1.1
0.1.0
pre-state-store-removal