/python-kafka-dotnet

Python and .NET communicating via Avro events through Kafka

Primary LanguageC#

Python - Kafka - .NET

Demonstration of Python and .NET programs exchanging events through Kafka.

  • Avro schema as the contract.
  • Schema stored in Confluent Schema Registry
  • CloudEvents-standardized event structures, with Binary content-mode and Avro data serialization.
  • C# classes generated using avrogen.
  • Python classes generated using fastavro-gen.

Run

docker-compose up