Kafka UI is a powerful JetBrains plugin that simplifies working with Apache Kafka directly from your IDE. Easily connect to multiple Kafka brokers, including Aiven clusters, explore and manage topics, produce messages on the fly, and monitor live message streams with real-time Analytics.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
The Kafka UI VS Code Extension allows you to connect to your Kafka clusters and explore them directly inside Visual Studio Code.
This first release focuses on connecting to clusters, browsing topics, and viewing consumer groups — right from your editor.
🚀 Features
Connect to local or remote Kafka clusters (including Aiven or Confluent)
Browse topics and inspect their details
View consumer groups and their status
📦 Installation
Open VS Code
Go to the Extensions view (Ctrl+Shift+X / Cmd+Shift+X on Mac)
Search for Kafka UI
Click Install
🔧 Usage
Open the Kafka UI panel from the Activity Bar
Click New Connection and enter your broker address (e.g. localhost:9092 or my-kafka.cloud:9092)