Add `Kafka upgrade` goal description

Change-Id: Id73d56a3e4c6b3a84f73554b3d844856ec035b7e
This commit is contained in:
Witold Bedyk 2018-04-13 16:09:50 +02:00
parent 29fb829909
commit 05c88fe5db
1 changed files with 9 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Essential Priorities
+-----------------------------------------------+-----------------------------+
| Title | Owners |
+===============================================+=============================+
| Kafka upgrade | |
| `Kafka upgrade`_ | witek |
+-----------------------------------------------+-----------------------------+
| Alembic migrations | jgr, amofakhar |
+-----------------------------------------------+-----------------------------+
@ -76,6 +76,14 @@ Optional Priorities
Details
~~~~~~~
Kafka upgrade
-----------------------------------
The goal is to upgrade all Monasca components to use Apache Kafka 1.0.x.
Currently used embedded forked version of kafka-python client should be
replaced with pykafka (or alternatively confluent-kafka-python). The
integration should be preceded by extensive performance and endurance testing.
Run API under WSGi
-----------------------------------