Skip to content

Commit 9ef21d9

Browse files
authored
Merge pull request tronprotocol#4 from tronprotocol/addReadMe
add read me
2 parents e4097d3 + c9ab603 commit 9ef21d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,18 @@ kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --par
112112

113113
**On Mac**:
114114
```
115-
kafka-console-consumer --bootstrap-server localhost:9092 --topic block --from-beginning
116-
kafka-console-consumer --bootstrap-server localhost:9092 --topic transaction --from-beginning
117-
kafka-console-consumer --bootstrap-server localhost:9092 --topic contractlog --from-beginning
118-
kafka-console-consumer --bootstrap-server localhost:9092 --topic contractevent --from-beginning
115+
kafka-console-consumer --bootstrap-server localhost:9092 --topic block
116+
kafka-console-consumer --bootstrap-server localhost:9092 --topic transaction
117+
kafka-console-consumer --bootstrap-server localhost:9092 --topic contractlog
118+
kafka-console-consumer --bootstrap-server localhost:9092 --topic contractevent
119119
```
120120

121121
**On Linux**:
122122
```
123-
kafka-console-consumer.sh --zookeeper localhost:2181 --topic block --from-beginning
124-
kafka-console-consumer.sh --zookeeper localhost:2181 --topic transaction --from-beginning
125-
kafka-console-consumer.sh --zookeeper localhost:2181 --topic contractlog --from-beginning
126-
kafka-console-consumer.sh --zookeeper localhost:2181 --topic contractevent --from-beginning
123+
kafka-console-consumer.sh --zookeeper localhost:2181 --topic block
124+
kafka-console-consumer.sh --zookeeper localhost:2181 --topic transaction
125+
kafka-console-consumer.sh --zookeeper localhost:2181 --topic contractlog
126+
kafka-console-consumer.sh --zookeeper localhost:2181 --topic contractevent
127127
```
128128

129129
### Load plugin in Java-tron

0 commit comments

Comments
 (0)