10 src = fetchFromGitHub {
11 owner = "deviceinsight";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-OPXSajfR/eHSL0nHOIYPYvML2PsxtflBt7aTLPT1i0M=";
17 vendorHash = "sha256-VY1pm1RSfNGswuVoD73Mrpq+yMtenbjfpV7q72x/z7o=";
22 homepage = "https://github.com/deviceinsight/kafkactl";
23 changelog = "https://github.com/deviceinsight/kafkactl/blob/v${version}/CHANGELOG.md";
24 description = "Command Line Tool for managing Apache Kafka";
25 mainProgram = "kafkactl";
27 A command-line interface for interaction with Apache Kafka.
29 - command auto-completion for bash, zsh, fish shell including dynamic completion for e.g. topics or consumer groups
30 - support for avro schemas
31 - Configuration of different contexts
32 - directly access kafka clusters inside your kubernetes cluster
34 license = licenses.asl20;
35 maintainers = with maintainers; [ grburst ];