Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allamiro authored Jan 27, 2024
1 parent 5c8aa5b commit e1de890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KAFKA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,21 @@ touch /var/lib/zookeeper/myid
### On KFK1
=======
```
cat <<EOF | sudo tee
cat <<EOF | sudo tee /var/lib/zookeeper/myid
1
EOF
```
### On KFK2
=======
```
cat <<EOF | sudo tee
cat <<EOF | sudo tee /var/lib/zookeeper/myid
2
EOF
```
### On KFK3
=======
```
cat <<EOF | sudo tee
cat <<EOF | sudo tee /var/lib/zookeeper/myid
3
EOF
```
Expand Down

0 comments on commit e1de890

Please sign in to comment.