11 src = fetchFromGitHub {
12 owner = "deviceinsight";
15 hash = "sha256-ByvyRVyYXGvMFF9F/DU7lSka5PQJULyzo3nvqYAlQzI=";
18 vendorHash = "sha256-95iiNoeWkECwIWumb03buCc9s616cO1v5BBGcjfnRNo=";
23 homepage = "https://github.com/deviceinsight/kafkactl";
24 changelog = "https://github.com/deviceinsight/kafkactl/blob/v${version}/CHANGELOG.md";
25 description = "Command Line Tool for managing Apache Kafka";
26 mainProgram = "kafkactl";
28 A command-line interface for interaction with Apache Kafka.
30 - command auto-completion for bash, zsh, fish shell including dynamic completion for e.g. topics or consumer groups
31 - support for avro schemas
32 - Configuration of different contexts
33 - directly access kafka clusters inside your kubernetes cluster
35 license = licenses.asl20;
36 maintainers = with maintainers; [ grburst ];