New release of ocaml-kafka

I’m pleased to announce a new OPAM release of ocaml-kafka, the OCaml bindings for Kafka.

This release fixes a few bugs and an inconvenient dependency over older versions of OCaml.

Before implementing support for more recent features of Kafka (like ingestion time), I would like to have some feedback from the community about the API. Having written the code I needed for my projects, some pieces might be missing, clumsy or even uneasy to use elsewhere.

Any remark or suggestion is welcome!

1 Like

Kafka and NSQ having two different and interesting approaches of messages, these Kafka bindings can also be compared to the NSQ bindings for which a new release has been announced recently too.

Didier, would you be unaware of experimenting with your client lib? Connectivity could be tested around https://strimzi.io/.

Ivan