Producer in VB.Net

Hi there,

I am very new to Kafka, and I need to use it in my existing application that is built in VB.Net (.Net Framework 4.5.2). I read the documentation for creating a client but it all says about .Net Core (and only mentions c#). Can someone please help me understand if there is any possibility I can produce ( and probably consume) to a Topic on our confluent cloud?

Regards,
Nirav

I am not very familiar with the .NET ecosystem, but from what I understood, any .NET (compiled) library should be portable across VB.NET and C#.