Hi,
Stuck on an issue, hoping the community can help. New to Kafka, experienced .net guy.
The basic scenario:
- Using Confluence.Kafka and with help from users on this forum, I was able to connect and retrieve messages. (using .NET Standard)
- There is no schema for the messages and the response is JSON. I tried to deserialize it using vanilla Newtonsoft.JSON and it threw all manner of fits. After some googlin’ around, I found this code snipnet: .net - Is there a way to use confluent Kafka Dotnet JSON serializer WITHOUT schema registry, - Stack Overflow but couldn’t get it to work standalone or grafted into my client app.
Its been a long road just getting it working and once I get it into a manageable state and I can write the data off and be the hero-of-the-moment…
Any help would be MOST appreciated.