ta7uw / decaton-sample

to understand how decaton works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decaton-sample Build Status

This is sample spring application to understand how decaton works. A client application produces message to kafka and a processor application consumes messages from kafka by using decaton module. These application is not web application.

Usage

  1. Start a kafka
    $ docker-compose up -d

  2. Start a client application
    $ ./gradlew client:bootRun

  3. Start a processor application
    $ ./gradlew processor:bootRun

About

to understand how decaton works


Languages

Language:Java 69.2%Language:Kotlin 26.7%Language:Jsonnet 4.1%