sky-uk / kafka-configurator

Kafka Topic Configurator
BSD 3-Clause "New" or "Revised" License
31 stars 9 forks source link

Topic config parsing fails when there are double values in the config block #39

Closed lacarvalho91 closed 5 years ago

lacarvalho91 commented 5 years ago

If min.cleanable.dirty.ratio: 0.1 is added to the yml used by KafkaConfiguratorIntSpec then the test fails with a parsing error: Failure(DecodingFailure(1e-1 is not a string, List())) was not an instance of scala.util.Success, but an instance of scala.util.Failure

Workaround until this is addressed is to wrap the double values in a string