Merge "Automate Monasca documentation for configuring Kafka"
This commit is contained in:
commit
23c439db0a
@ -16,3 +16,7 @@ log.segment.bytes=1073741824
|
||||
log.retention.check.interval.ms=300000
|
||||
zookeeper.connect={{ kafka_zookeeper }}
|
||||
zookeeper.connection.timeout.ms=6000
|
||||
{% if enable_monasca | bool %}
|
||||
log.message.format.version=0.9.0.0
|
||||
connections.max.idle.ms=31540000000
|
||||
{% endif %}
|
||||
|
@ -46,14 +46,6 @@ following override in ``/etc/kolla/globals.yml``:
|
||||
|
||||
monasca_install_type: "source"
|
||||
|
||||
Until the Monasca Kafka client is upgraded it is currently required
|
||||
to run Kafka in compatibility mode. This can be achieved by adding some
|
||||
custom Kafka configuration:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
echo "log.message.format.version=0.9.0.0" >> /etc/kolla/config/kafka.server.properties
|
||||
|
||||
Stand-alone configuration (optional)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user