Skip to content

strimzi kafka cli for Zed

io.github.systemcraftsman/strimzi-kafka-cli

Manage Apache Kafka on Kubernetes via Strimzi. Clusters, topics, users, connectors, MM2.

client:Zed transport:stdio runtime:pypi

Install strimzi kafka cli in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "strimzi-kafka-cli": {
      "command": "uvx",
      "args": [
        "strimzi-kafka-cli"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

strimzi kafka cli in other clients