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

C# adapter #95

Open
eulerfx opened this issue Jan 17, 2017 · 0 comments
Open

C# adapter #95

eulerfx opened this issue Jan 17, 2017 · 0 comments

Comments

@eulerfx
Copy link
Contributor

eulerfx commented Jan 17, 2017

Create a CSharp.fs with namespace Kafunk.CSharp with adapters for idiomatic C#. Some thoughts:

  • Convert Async to Task.
  • Convert the functional ADP style, to a OOP style:
    • KafkaConnection class wrapping KafkaConn, with methods for each API operation.
    • KafkaConsumer class wrapping Consumer, with methods to start consumption, accepting a callaback
    • KafkaProducer class wrapping Producer, with a method to produce a message.
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

1 participant