Jroland / kafka-net

Native C# client for Kafka queue servers.
Apache License 2.0
483 stars 232 forks source link

Plans for .Net Core support? #85

Open irperez opened 8 years ago

irperez commented 8 years ago

With .Net core coming, I'd like to see support for .Net core.

erick-thompson commented 8 years ago

Any thoughts on this? I'd like to be able to use this in .NET Core

teddymaef commented 8 years ago

+1

Reg1234 commented 8 years ago

+1

LonghronShen commented 8 years ago

I have basically made a branch for supporting .NET Core RTM. https://github.com/LonghronShen/kafka-net.git It's just an experiment. If possible, you can start a new branch from my code to investigate the .NET Core version. If it is stable enough, let's merge it to the main branch.