jet / kafunk

Kafunk: F# Kafka client
https://jet.github.io/kafunk/
Other
160 stars 63 forks source link

What are the advantages of Kafunk over the .NET wrapper of librdkafka? #223

Closed 0xc0 closed 6 years ago

0xc0 commented 6 years ago

Specifically, are there any runtime advantages? Or is the usage of the functional programming paradigm in the code the main advantage?

eulerfx commented 6 years ago

At this point, not many. Some things are faster (ie producing in batches), and you've access to lower-level Kafka API with Kafunk. Also, debugging should be a bit easier. Use of FP in the code doesn't really matter.