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
If
min.cleanable.dirty.ratio: 0.1
is added to the yml used byKafkaConfiguratorIntSpec
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