@* * Copyright 2015 Yahoo Inc. Licensed under the Apache License, Version 2.0 * See accompanying LICENSE file. *@ @(cluster: String, clusterView: kafka.manager.model.ActorModel.CMView )(implicit af: features.ApplicationFeatures, messages: play.api.i18n.Messages, request:RequestHeader)

Cluster Information

@features.app(features.KMClusterManagerFeature) { }
Zookeepers@clusterView.clusterContext.config.curatorConfig.zkConnect.replace(","," ")
Version@clusterView.clusterContext.config.version.toString

Cluster Summary

Topics@clusterView.topicsCount Brokers@clusterView.brokersCount