kafka是否有任何默认的Web UI [英] Does kafka have any default web UI

查看:375
本文介绍了kafka是否有任何默认的Web UI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在卡夫卡有几个问题.

I have a couple questions in Kafka.

1)Kafka是否有默认的Web UI?

1) Does Kafka have a default web UI?

2)我们如何正常关闭独立的kafka服务器,kafka控制台- 消费者/控制台生产者.

2) How can we gracefully shutdown a standalone kafka server, kafka console- consumer/console-producer.

任何解决方案都将受到高度赞赏.

Any solutions will be highly appreciated.

谢谢.

推荐答案

1)没有Kafka没有默认的用户界面.

1) No Kafka does not have a default UI.

但是,有许多第三方工具可以以图形方式显示Kafka资源.只需使用Google for kafka ui,然后选择显示您想要和最喜欢的东西的工具即可.

There are however a number of third party tools that can graphically display Kafka resources. Just Google for kafka ui and pick the tool that displays what you want and you like the most.

2)要正常关闭Kafka代理,只需将SIGTERM发送到Kafka进程,它将正确关闭.这可以通过./bin/kafka-server-stop.sh工具完成.

2) To gracefully shutdown a Kafka broker, just send a SIGTERM to the Kafka process and it will properly shutdown. This can be done via the ./bin/kafka-server-stop.sh tool.

如果它是集群的一部分,则将在其他经纪人上选举新的领导者,否则,它将完全关闭其所有资源.请注意,根据分区的数量,这可能需要几分钟.

If it's part of a cluster, new leaders will be elected on other brokers, otherwise it will simply cleanly close all its resources. Note that depending on the number of partitions, this can take a few minutes.

这篇关于kafka是否有任何默认的Web UI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆