All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.management.topicConfigSet.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="cluster" type="com.infobip.kafkistry.model.KafkaCluster" -->
<#-- @ftlvariable name="topicName" type="java.lang.String" -->
<#-- @ftlvariable name="topicConfig" type="java.util.Map" -->
<#-- @ftlvariable name="topicConfigDoc" type="java.util.Map" -->



    <#include "../commonResources.ftl"/>
    
    Kafkistry: Topic config




<#include "../commonMenu.ftl">
<#import "../common/util.ftl" as util>
<#import "../common/documentation.ftl" as doc>
<#import "../common/infoIcon.ftl" as info>

<#include "../common/backBtn.ftl"> Topic manually set config on topic

Cluster ${cluster.identifier}
Topic ${topicName}
<#list topicConfig as configKey, configValue>
Config property Current value New value Change
${configKey} <@info.icon tooltip=(topicConfigDoc[configKey]?replace('"', "'"))!''/> <#if configValue.value??>
${configValue.value}
<#else>
null

                
<#include "../common/cancelBtn.ftl"> <#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy