Clean up extra spaces

Although these errors are not important, they affect the code specification.

Change-Id: Iab8e8ce9e73722c78283323a2e350149e8713e78
This commit is contained in:
jayonlau 2021-09-26 22:59:26 -04:00 committed by Martin Chacon Piza
parent a9f84a0263
commit 95747eec73
1 changed files with 2 additions and 2 deletions

View File

@ -625,8 +625,8 @@ function install_schema_kafka_topics {
sudo mkdir -p /opt/kafka/logs || true
sudo chown kafka:kafka /opt/kafka/logs
sudo chmod 0766 /opt/kafka/logs
# Right number of partition is crucial for performance optimization,
# in high load(real world) deployment this number should be increased.
# Right number of partition is crucial for performance optimization,
# in high load(real world) deployment this number should be increased.
/opt/kafka/bin/kafka-topics.sh --create --zookeeper localhost:2181 \
--replication-factor 1 --partitions 3 --topic metrics
/opt/kafka/bin/kafka-topics.sh --create --zookeeper localhost:2181 \