jet / FsKafka

Minimal F# wrappers for Confluent.Kafka+librdkafka.redist 1.x
https://github.com/jet/dotnet-templates
Apache License 2.0
88 stars 17 forks source link

The semantic of ProduceBatched in Legacy module should be the same as the one in Kafunk #14

Closed dongdongcai closed 4 years ago

dongdongcai commented 6 years ago

The contract of produceBatched in Legacy module is different from the one in Kafunk right now. May cause some problems for code that relies on this contract. A potential fix is that to group by partition instead of groupby partition * offset in implementation of ProduceBatched

bartelink commented 4 years ago

Closing as this is never going to happen. The FsKafka0 module introduced in 1.4.3 provides an onramp to the practical/viable/maintained API:- FsKafka.