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

Correctly handle config with empty debug flags #25

Closed jgardella closed 5 years ago

jgardella commented 5 years ago

Confluent throws an error if the debug flags array is empty. This PR updates Config.debug to ignore debug flags if the list is empty.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.