Kafka Dev UI
如果存在任何与 Kafka 相关的扩展(例如 quarkus-messaging-kafka
),Quarkus Dev UI 将扩展为包含有 Kafka 代理管理 UI。该管理 UI 会自动连接到为应用程序配置的 Kafka 代理。
If any Kafka-related extension is present (e.g. quarkus-messaging-kafka
),
the Quarkus Dev UI is extended with a Kafka broker management UI.
It is connected automatically to the Kafka broker configured for the application.
使用 Kafka Dev UI,您可以直接管理您的 Kafka 集群并执行任务,例如:
With the Kafka Dev UI, you can directly manage your Kafka cluster and perform tasks, such as:
-
Listing and creating topics
-
Visualizing records
-
Publishing new records
-
Inspecting the list of consumer groups and their consumption lag
Kafka Dev UI 属于 Quarkus Dev UI 的一部分,它仅在开发模式下可用。
Kafka Dev UI is part of the Quarkus Dev UI and is only available in development mode.