Skip to content

Kafka Protobuf producer with Schema Registry in Go

Notifications You must be signed in to change notification settings

upMKuhn/kafka-producer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Stocks Producer

A investigation project sending dummy data to kafka.

The Producer Workflow:

  • Load schema
  • Push updated protobuf definitions to Confluent Schema
  • Create Dummy Data and push to Kafka Topic

Learnings

  1. Protobuf is a second class citizen in the Confluent Eco system. Better stick to Avro.
  2. Data serialized for Kafka Connect for schema registry are incompatible with a regular serializer

About

Kafka Protobuf producer with Schema Registry in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published