Results 20 comments of LiuWei

@YcJu 新的版本我们还在紧锣密鼓的开发中. 感谢关注

@YcJu 分表功能在我们的新版设计当中.

@yangliyan 新的版本我们正在开发测试中. 感谢关注

@kicke0609 你这个应该是设置了autorestar后看到的进程数,用htop看下线程.

通常是有brpc client在进程退出时没有主动释放,释放一下就可以了。

self write Controller: ``` def getTopicDetail(clustername:String, topic:String) = Action.async { request => val futureErrorOrTopicIdentity = kafkaManager.getTopicIdentity(clustername, topic) val futureErrorOrConsumerList = kafkaManager.getConsumersForTopic(clustername, topic) futureErrorOrTopicIdentity.zip(futureErrorOrConsumerList).map { case (errorOrTopicIdentity, errorOrConsumerList) => var result:String...

Whether an error occurred when starting the program, such as “SLF4J: Class path contains multiple SLF4J bindings”?

Whether it has been enable "Poll consumer information" and "Enable Active OffsetCache" in the Update Cluster view?