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

https://github.com/nenodias/redpanda-docker-compose

Redpanda docker compose example
https://github.com/nenodias/redpanda-docker-compose

docker-compose kafka redpanda

Last synced: about 2 months ago
JSON representation

Redpanda docker compose example

Awesome Lists containing this project

README

          

# redpanda docker-compose example

### Before use it you should set aio-max-nr to 1048576
#### To set the aio-max-nr value, add the following line to the /etc/sysctl.conf file:
```fs.aio-max-nr = 1048576```
#### To activate the new setting, run the following command:
```sysctl -p /etc/sysctl.conf```

### Now you can just run
```docker compose up```

### Enjoy your redpanda/kafka