https://github.com/edgar-code-repository/running-confluent-kafka
Running Kafka using the command line tools and Docker Compose
https://github.com/edgar-code-repository/running-confluent-kafka
Last synced: 6 months ago
JSON representation
Running Kafka using the command line tools and Docker Compose
- Host: GitHub
- URL: https://github.com/edgar-code-repository/running-confluent-kafka
- Owner: edgar-code-repository
- Created: 2023-01-14T20:29:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T05:17:15.000Z (over 3 years ago)
- Last Synced: 2025-01-23T04:29:33.734Z (over 1 year ago)
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RUNNING KAFKA CONFLUENT
---------------------------------------------------------------------
**1. [Using command line tools.](./kafka-confluent-1/README.md)**
**2. [Using Docker Compose.](./kafka-confluent-2/README.md)**
---------------------------------------------------------------------
**Useful note:**
command to kill a process that runs in a given port (in Ubuntu).
```
sudo kill -9 `sudo lsof -t -i:2181`
```
---------------------------------------------------------------------