What happens when run it as windows service? And you save/dump the consumed data somewhere other than console (for windows service)?
On Thu, Nov 3, 2016 at 1:11 AM, Birendra Kumar Singh <singh...@gmail.com> wrote: > 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 >