Skip to content

Commit

Permalink
change kafka/zk port in risedev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Apr 13, 2022
1 parent f3e2d0b commit b5feddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions risedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ template:
address: "127.0.0.1"

# Listen port of Kafka
port: 39092
port: 29092

# ZooKeeper used by this Kafka instance
provide-zookeeper: "zookeeper*"
Expand All @@ -379,7 +379,7 @@ template:
address: "127.0.0.1"

# Listen port of ZooKeeper
port: 32888
port: 2181

# If set to true, data will be persisted at data/{id}.
persist-data: true

0 comments on commit b5feddd

Please sign in to comment.