Skip to content

SergeiIonin/ZioKafkaStreamProcessor_sionin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this app:
1) pull docker container via
docker pull sionin/zio-kafka-stream-processor-11
2) run kafka server on port 9092
3) run consumer with name reports on port 9092, e.g., run it in localhost:9092 
#!/bin/bash
<where-your-kafka-binaries-are>/kafka_2.13-2.7.0/bin/kafka-console-consumer.sh --topic $1 --from-beginning --bootstrap-server localhost:9092

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published