How to setup De-Serializer for Kafka Streams Application when message was produced in .NET and has type Confluent.Kafka.Message
I am producing a message to a topic “ITEM_PRICES” using dontnet(Confluent.kafka) library). This Message is meant to be a Key,Value pair with the Key as a string and value as float. I setup the producer serializers as follows: