Skip to content

Commit e4097d3

Browse files
authored
Update README.md
1 parent 757561f commit e4097d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ event.subscribe = {
5252
* **enable**: plugin can receive nothing if the value is false.
5353
* **topic**: the value is the kafka topic to receive events. Make sure it has been created and Kafka process is running
5454
**note**: if the server is not 127.0.0.1, pls set some properties in config/server.properties file
55-
remove comment 31 line, set listeners=PLAINTEXT://:9092
56-
remove comment 36 line, set advertised.listeners to PLAINTEXT://host_ip:9092
55+
remove comment and set listeners=PLAINTEXT://:9092
56+
remove comment and set advertised.listeners to PLAINTEXT://host_ip:9092
5757

5858
##### Install Kafka
5959
**On Mac**:
@@ -191,4 +191,4 @@ for example: seteventfilter * * * *, which means any contract log or event will
191191
### Tron event subscribe model
192192
```
193193
* Please refer to https://github.com/tronprotocol/TIPs/issues/12
194-
```
194+
```

0 commit comments

Comments
 (0)