You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Create a
CSharp.fs
with namespaceKafunk.CSharp
with adapters for idiomatic C#. Some thoughts:Async
toTask
.KafkaConnection
class wrappingKafkaConn
, with methods for each API operation.KafkaConsumer
class wrappingConsumer
, with methods to start consumption, accepting a callabackKafkaProducer
class wrappingProducer
, with a method to produce a message.The text was updated successfully, but these errors were encountered: