This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
recycle
/
dm
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e13a431ded
Rami (Branch)
Tag
master
dm
/
conf
/
docker
/
mq
/
kafka
/
kafka.sh
kafka.sh
99 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
set -e
start_kafka()
{
kafka-server-start.sh
}
stop_kafka()
{
kafka-server-end.sh
}