Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allamiro authored May 12, 2024
1 parent 3de75a7 commit 05ca26b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions KAFKA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ WantedBy=multi-user.target
Type=simple
ExecStart=/etc/kafka/bin/zookeeper-server-start.sh /etc/kafka/config/zookeeper.properties
Restart=always
[Install]
WantedBy=multi-user.target
EOF
```

Expand Down Expand Up @@ -434,6 +437,9 @@ WantedBy=multi-user.target
Type=simple
ExecStart=/etc/kafka/bin/kafka-server-start.sh /etc/kafka/config/server.properties
Restart=always
[Install]
WantedBy=multi-user.target
EOF
```
* Add the following Firewall rules on every server
Expand Down

0 comments on commit 05ca26b

Please sign in to comment.