Serialization & Deserialization | Apache Kafka for .NET Developers

preview_player
Показать описание

Dealing with basic strings in our Kafka messages is convenient, but usually not what we want. Typically, we want to convert from a C# class or struct into a string or binary representation of the object. To do this, we can use Kafka Serializers. They allow us to convert a complex object into a wire-compatible format such as JSON, Avro, or Protobuf. This video will demonstrate how to create Kafka serializers and deserializers and connect them to your producer or consumer.

--
ABOUT CONFLUENT

#dotnet #csharp #apachekafka #kafka #confluent
Рекомендации по теме
Комментарии
Автор

This is an excellent series. Thank you!

fieryscorpion
Автор

What is the recommended complex serializer when working with complex and deeply nested models in .NET?

filix
visit shbcf.ru