Hi I need help in creating a windows service to consume from kafka topic. The service is written i n csharp and am using https://github.com/ah-/rdkafka-dotnet as the client. I am able to successfully create a console application. But I am not able to proceed with converting the same to windows service.
Any tips will be helpful Thanks