KCenter icon indicating copy to clipboard operation
KCenter copied to clipboard

KCenter(KafkaCenter) is a unified platform for kafka cluster management and maintenance, producer / consumer monitoring, and use of ecological components(ksql/kafka connect).it's kafkacenter(kafka ce...

Results 22 KCenter issues
Sort by recently updated
recently updated
newest added

https://github.com/xaecbd/KafkaCenter/blob/30e980fdae80de0be65a855786d8263e4b9ab7eb/KafkaCenter-Core/src/main/java/org/nesc/ec/bigdata/service/KafkaAdminService.java#L76 ``` public boolean kafkaIsHeath(String brokerAddr) { boolean flag = false; KafkaAdmins admin = null; try { Properties props = new Properties(); props.put(CommonClientConfigs.BOOTSTRAP_SERVERS_CONFIG, brokerAddr); admin = new KafkaAdmins(props); if(admin!=null) {...

question

对于多个kafka集群,其中有部分是ACL版本,是否支持管理?

enhancement

请问是否支持Kafka SASL/PLAIN,SASL/SCRAM 或Kerberos 认证。

enhancement

希望接入kafka-topic-ui模块,数据是avro序列化的看数据方便些

1.添加了一个kafka集群,总共3个节点,都开启了JMX接口,但是在KafkaCenter的 cluster--->monitor 里面只能监控到一个节点的JMX信息 2.HOME模块里显示不全面 3.Connect模块显示空的

question

- connect深度集成(以审批流管理,job任务管理) - 集群监控(流量Top10,能快速发现热点问题,更多有效集群指标监控) - 消息可视化搜索(优化现有的Queries模块) - 集群管理更多功能

enhancement

If you find it convenient to use KafkaCenter, you can provide the name of the company.

https://github.com/linkedin/Burrow

enhancement

jmx端口未开放时 查看topic详情以及其他连接jmx的相关操作会报错

enhancement