Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

lensesio/kafka-avro-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landoop blogs code examples

  • Time-Series with Kafka, Kafka Connect & InfluxDB blog

Execute

sbt run

To connect to the brokers, zookeepers and schema-registry as defined in application.conf

Build

sbt clean compile

To test

sbt clean test

To view dependency tree

sbt dependencyTree

To create a fat jar

sbt assembly

Deploy

Build an assembly and define the Brokers and the Schema Registry

sbt assembly

java -jar target/scala-2.11/avro-kafka-generator-assembly-1.0.jar \
     -brokers 127.0.0.1:9092 \
     -schema http://127.0.0.1:8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages