lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, , 20+ connectors
https://lenses.io
Apache License 2.0
2.02k stars 333 forks source link

Upgrade to 5.1.1 to fix avro issue #97

Closed javierholguera closed 4 years ago

javierholguera commented 5 years ago

This issue with the AVRO converters: https://github.com/confluentinc/schema-registry/issues/968 is short of a deal-breaker, because it fails for all data types that are not supported by JSON.

It is being fixed with 5.2.0 and 5.1.1. I had a look to see if I could update the Dockerfile and open a PR, but you host your own dependencies and I don't see 5.1.1 being uploaded in there.

Is there any way to help out to get a new release of the container that uses 5.1.1?

Thanks

andmarios commented 5 years ago

Thanks for the report @javierholguera. If the bug isn't present in 5.0.x I'd suggest to use our latest tag or 2.0 (it's the same) until we get this sorted out. Usually, we wait for the corresponding Kafka patch (2.1.1 in this case) in order to issue an update in our Kafka builds.