Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allamiro committed Jan 27, 2024
1 parent ad0612e commit e90f88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KAFKA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ EOF
```


Create a KAFKA Service file on every server
* Create a KAFKA Service file on every server


```
Expand All @@ -436,7 +436,7 @@ ExecStart=/etc/kafka/bin/kafka-server-start.sh /etc/kafka/config/server.properti
Restart=always
EOF
```
Add the following Firewall rules on every server
* Add the following Firewall rules on every server

```
firewall-cmd --permanent --add-port=9092/tcp
Expand Down

0 comments on commit e90f88c

Please sign in to comment.