Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

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

Closed
0xc0 opened this issue May 2, 2018 · 1 comment
Closed

Comments

@0xc0
Copy link

0xc0 commented May 2, 2018

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

@eulerfx
Copy link
Contributor

eulerfx commented May 3, 2018

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.

@eulerfx eulerfx closed this as completed May 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants