KnowStreaming icon indicating copy to clipboard operation
KnowStreaming copied to clipboard

一站式云原生实时流数据平台,通过0侵入、插件化构建企业级Kafka服务,极大降低操作、存储和管理实时流数据门槛

Results 197 KnowStreaming issues
Sort by recently updated
recently updated
newest added

正式环境中jmx通常不会开放公网端口,导致logikm连接不上kafka

我们是用strimzi运维的kafka集群。strimzi的zk是不对外暴露的,https://github.com/strimzi/strimzi-kafka-operator/issues/6047,这个logikm是不是必须设置zk地址。

I use logikm to access a cluster. It can be `displayed` in the list of clusters under operation and maintenance control, but, when viewing cluster details, `no any cluster metrics`...

After connecting to the kafka cluster, can logik check `whether jmx is enabled`? After connecting to several clusters, it seems that it can be determined by the `broker information` of...

你好, 我尝试接入LDAP服务, 重启服务使用LDAP用户登录, 页面报错: ldap authentication failed 但日志没任何返回信息. 我这些配置在其他服务都可以正常接入LDAP服务, 比如jumpserver、yearning、grafana等等服务 ``` account: jump-login: gateway-api: false # 网关接口 third-part-api: false # 第三方接口 ldap: enabled: True url: ldap://xxxx.xxxx.cn:389/ basedn: dc=xxxxx,dc=xxxx factory: com.sun.jndi.ldap.LdapCtxFactory...

kafka3.2部署在内网,做了内外网分流配置(其中外网做了端口19093的NAT映射): ``` listeners=CLIENT://:9092,EXTERNAL://:19093 advertised.listeners=CLIENT://10.2.0.113:9092,EXTERNAL://14.23.111.111:19093 inter.broker.listener.name=CLIENT ``` 并且设置了 `JMX_PORT=9999`,但9999端口没有映射到外网访问。 LogiKM跟kafka一样部署在内网服务器,集群访问的JMX是外网的地址:14.23.111.111:9999,导致连接失败。 ``` java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 14.23.111.111; nested exception is: java.net.ConnectException:...

LogiKM后台疯狂打印日志,可否控制日志级别? 目前info级别得日志过多,撑爆了磁盘。 看启动文件start.sh还另外写了一份日志 暂时没找到在哪里可以控制日志级别,有没有大佬可以提点一下得!谢谢!

LogiKM version: 2.6.0 mysql: 8.0.27 mysql> select * from app; +----+-----------+-------------+--------------------+------+-----------+------------+--------------------------------------+---------------------+---------------------+ | id | app_id | name | password | type | applicant | principals | description | create_time |...

使用http://117.51.150.133:8080/ 申请了集群,审批也通过了,应用id:appId_002760_cn 但是集群列表,没有显示新的集群

![image](https://user-images.githubusercontent.com/28647418/164353378-56dd2a04-eca7-4e22-8e0a-58935a3e727c.png) 因为logback版本存在漏洞,但在pom文件中未找到对应的项,需要帮查查哪里有依赖加载,谢谢 https://netsecurity.51cto.com/article/696683.html