kolla-ansible/ansible/roles/kafka
Doug Szumski e689f951f4 Support explicit creation of Monasca Kafka topics
With this patch, Monasca no longer relies on automatic topic creation
in Kafka, and instead pre-creates all topics before bringing up the
containers. If the topic already exists then it will not be
changed, therefore existing users are not affected.

This patch allows per topic customisations, such as increasing the
number of partitions on particular topics and also works around
a race condition in automatic topic creation where multiple instances
of the same service could race to create a topic causing some of the
services to restart and throw an error before resuming normal
operation.

Change-Id: Ib15c95bb72cf79e9e55945d757b248e06f5f4065
2021-01-11 09:47:31 +00:00
..
defaults Support explicit creation of Monasca Kafka topics 2021-01-11 09:47:31 +00:00
handlers Simplify handler conditionals 2019-06-27 15:57:19 +00:00
tasks Revert "Performance: Use import_tasks in the main plays" 2020-12-14 10:36:55 +00:00
templates Set Kafka default replication factor 2020-07-27 08:23:05 +00:00