Skip to content

Commit 52b1032

Browse files
committed
Example file for trailing-whitespace
1 parent 5721a84 commit 52b1032

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

app/alarm/Readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If the following "First steps" generate errors of the type
6868
or
6969

7070
ERROR ..TimeoutException: Timed out waiting for a node assignment
71-
71+
7272
then define the host name in `config/server.properties`.
7373
For tests, you can use localhost:
7474

@@ -115,14 +115,14 @@ but simply meant to learn about Kafka or to test connectivity.
115115

116116
# Create new topic
117117
kafka/bin/kafka-topics.sh --bootstrap-server localhost:9092 --create --replication-factor 1 --partitions 1 --topic test
118-
118+
119119
# Topic info
120120
kafka/bin/kafka-topics.sh --bootstrap-server localhost:9092 --list
121121
kafka/bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe
122122
kafka/bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic test
123123
kafka/bin/kafka-configs.sh --bootstrap-server localhost:9092 --entity-type topics --describe
124-
125-
# Produce messages for topic (no key)
124+
125+
# Produce messages for topic (no key)
126126
kafka/bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test
127127
Message 1
128128
Message 2
@@ -569,4 +569,3 @@ When functional, the file `kafka/logs/log-cleaner.log` shows periodic compaction
569569
Start size: 0.1 MB (414 messages)
570570
End size: 0.1 MB (380 messages)
571571
8.9% size reduction (8.2% fewer messages)
572-

0 commit comments

Comments
 (0)