skroutz / rafka

Kafka proxy with a simple API, speaking the Redis protocol
https://engineering.skroutz.gr/blog/kafka-rails-integration/
GNU General Public License v3.0
8 stars 0 forks source link

Segmentation fault on rafka container #11

Closed agis closed 6 years ago

agis commented 7 years ago

Occasionally rafka causes a segmentation fault inside the container, when the test suite is finished (hence when the client connections are closed).

This seems to happen only in Docker for Mac. Unfortunately, getting core dumps from Docker is a pain.

agis commented 7 years ago

This is caused by https://github.com/confluentinc/confluent-kafka-go/issues/71 which still exists in 0.11.0.

agis commented 7 years ago

This is fixed on librdkafka master (> 0.11). Verify it when the next version comes out and close this issue.

agis commented 6 years ago

Never happened in a long time.