Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

istyle-inc/developers-summit-kafka-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

developers-summit-kafka-streams

Kafka Streamsの簡単なサンプルです。

Producerは go-example-developers-summit をご覧ください

required Scala 2.11

Configure

example.properties

# for kafka app
sample.app_id=appender

# クラスタのサーバを指定
sample.bootstrap.servers=localhost:9092

# stream処理対象のtopic指定
sample.stream.topic=sample.employees

# stream処理後の格納topic指定
sample.streamed.topic=sample.append_employees

Build

$ sbt assembly

Started

$ kafka-run-class -jar /path/to/developer-summit-kafka-streams-0.1.0.jar /path/to/sample.properties
# or
$ kafka-run-class jp.co.istyle.ElementAppenderStreamApplication /path/to/sample.properties

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages