kafka: include Kafka Connect shell scripts (#41322)
Kafka Connect is a newer addition to Kafka and these scripts may be handy to keep around.
This commit is contained in:
parent
9d456bf0c1
commit
0b6dd07980
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
mkdir -p $out/bin
|
||||
cp bin/kafka* $out/bin
|
||||
cp bin/connect* $out/bin
|
||||
|
||||
# allow us the specify logging directory using env
|
||||
substituteInPlace $out/bin/kafka-run-class.sh \
|
||||
|
Loading…
Reference in New Issue
Block a user