Telefonica / prometheus-kafka-adapter

Use Kafka as a remote storage database for Prometheus (remote write only)
Apache License 2.0
364 stars 135 forks source link

Fix librdkafka in final Docker image #36

Closed obitech closed 4 years ago

obitech commented 4 years ago

Unfortunately we forget bumping librdkafka in the final Docker image in #35 which prevents the image to be started:

{"error":"confluent-kafka-go requires librdkafka v1.3.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html: librdkafka version 1.2.2 (0x10202ff) detected","level":"fatal","msg":"couldn't create kafka producer","time":"2020-03-03T07:33:12Z"}

This PR bumps the version in the final image and also adds a test stage to Travis, checking if the container can be started with default configuration.

/cc @palmerabollo

palmerabollo commented 4 years ago

Done, thank you. A new 1.5.1 release has been published to docker hub. In Spain we say "only those who wash break the dishes" :)