Skip to content

bjornhjelle/cloud-stream-kafka-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Produce avro message to topic "test-topic" on the command line:

$ sudo kafka-avro-console-producer
--broker-list localhost:9092 --topic test-topic
--property value.schema='{"type":"record","name":"AvroMessage","fields":[{"name":"id","type":"long","name":"message","type":"string"}]}'

Enter text: {"id": 1, "message": "This is the message"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages