Juniper / contrail-container-builder

Build contrail networking control components as micro-services
Apache License 2.0
17 stars 38 forks source link

Kafka version is too old to support rack awareness #20

Open dshcherb opened 5 years ago

dshcherb commented 5 years ago

As far as I can see the version of Kafka currently in use is 0.9.0.1: https://github.com/Juniper/contrail-container-builder/blob/R5.1/containers/external/kafka/Dockerfile#L10

Version 0.10.0.0 that follows it supports rack-aware replication:

https://issues.apache.org/jira/browse/KAFKA-1215 http://kafka.apache.org/documentation.html#basic_ops_racks https://kafka.apache.org/downloads#0.10.0.0

It would be good to have support for that to better handle control node failover scenarios.

Andrey-mp commented 5 years ago

Hi @dshcherb , This repo is under gerrit/jira - so it would more helpful to escalate issues via PLM. In this case they can be fixed :)

dshcherb commented 5 years ago

Hi @Andrey-mp,

Thanks, I'll do that.