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

Split Batching impls out to own types; make defaults less surprising #30

Closed bartelink closed 5 years ago

bartelink commented 5 years ago

Splits the Batch production logic into a separated types and changes some defaults in the interests of safety/reducing ambiguity:

Contains intentionally breaking signature changes