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

Add mechanism to tear down KafkaMonitor threads #77

Closed wantastic84 closed 4 years ago

wantastic84 commented 4 years ago

This change makes the monitor run disposable so that the thread can be terminated properly. I was thinking about providing an option to make the loop terminate after x number of fail count, but that PR will follow later as needed.

Resolves #74

bartelink commented 4 years ago

Looks good - can you add a changelog entry please?