fsharp / fsharp.org

The F# Software Foundation website
https://fsharp.org
291 stars 280 forks source link

Replace Kafunk with FsKafka #916

Closed bartelink closed 2 years ago

bartelink commented 2 years ago

FsKafka is the de facto successor to Kafunk

it's a light weight F#-focused wrapper over a supported mainstream library (Confluent.Kafka) and is being used and maintained.

Kafunk is an archived and unmaintained top to bottom custom client which has some known issues, but also, critically, does not support modern broker versions.

dsyme commented 2 years ago

Thanks!