Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 639 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 639 Bytes

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