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:
Colin King 2018-05-31 13:03:48 -07:00 committed by xeji
parent 9d456bf0c1
commit 0b6dd07980

View file

@ -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 \