Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.13 KB

KMachines - Distributed Fine-Grained Finite State Machines with Kafka

Build Status Maven Javadoc

KMachines is a client layer for distributed processing of fine-grained finite state machines with Apache Kafka.

Installing

Releases of KMachines are deployed to Maven Central.

<dependency>
    <groupId>io.kmachine</groupId>
    <artifactId>kmachines-core</artifactId>
    <version>0.0.2</version>
</dependency>

For more info on KMachines, see this blog post.