End to End solution for .Net using Schema registry, Avro Serde using reflection, Kafka.
- Uses reflection to convert POCO classes into Avro format using Apache Avro
- Uses Confluent Kafka to write and read from Kafka
- Enables end to end use case of defining the schema, writing to Kafka using POCO classes, reading from Kafka and deserializing into POCO classes
- Kafka Producer
- Support for primitive and array type
- Kafka Consumer
- Support for more logical types
- Performance improvement
- Docker support
Sample coming up soon. For now E2E test should give be a good reference.