Add Apache Kafka (#20)

This commit is contained in:
Alessandro Iezzi
2025-10-22 23:31:10 +02:00
committed by GitHub
parent 15b80d38f4
commit e285391c5d
2 changed files with 16 additions and 0 deletions

9
net/kafka/Bastillefile Normal file
View File

@@ -0,0 +1,9 @@
CMD /bin/sh -c "echo '127.0.0.1 $(hostname)' >> /etc/hosts"
PKG kafka zookeeper
SYSRC zookeeper_enable=YES
SYSRC kafka_enable=YES
SERVICE zookeeper start
SERVICE kafka start

7
net/kafka/README.md Normal file
View File

@@ -0,0 +1,7 @@
## kafka
Bastille template to boostrap kafka
## Usage
```shell
bastille template TARGET net/kafka
```