A investigation project sending dummy data to kafka.
- Load schema
- Push updated protobuf definitions to Confluent Schema
- Create Dummy Data and push to Kafka Topic
- Protobuf is a second class citizen in the Confluent Eco system. Better stick to Avro.
- Data serialized for Kafka Connect for schema registry are incompatible with a regular serializer
- The starting byte of messages specifies the schema version. (The magic byte)
- The starting byte of messages specifies the schema version. (The magic byte)