Skip to content

Commit fce4727

Browse files
author
wubin1
committed
add some note in readme
1 parent 6d8017d commit fce4727

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ event.subscribe = {
5050
* **topics**: each event type maps to one Kafka topic, we support four event types subscribing, block, transaction, contractlog and contractevent.
5151
* **triggerName**: the trigger type, the value can't be modified.
5252
* **enable**: plugin can receive nothing if the value is false.
53-
* **topic**: the value is the kafka topic to receive events. Make sure it has been created and Kafka process is running
53+
* **topic**: the value is the kafka topic to receive events. Make sure it has been created and Kafka process is running
54+
**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
5457

5558
##### Install Kafka
5659
**On Mac**:

0 commit comments

Comments
 (0)