An open API service indexing awesome lists of open source software.

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

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`

```

---------------------------------------------------------------------