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

ui.management.topicConfigBulkUpdate.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="topicName" type="java.lang.String" -->
<#-- @ftlvariable name="clusterConfigChanges" type="java.util.Map" -->




    <#include "../commonResources.ftl"/>
    
    
    
    Kafkistry: Cluster topic config bulk update




<#include "../commonMenu.ftl">

Bulk altering topic config


You are about to update topic on multiple clusters


Topic: ${topicName}

There are ${clusterConfigChanges?size} cluster(s) on which this topic has wrong config

<#assign bulkIterateBy = "CLUSTER"> <#list clusterConfigChanges as clusterIdentifier, configChanges> <#include "topicConfigChanges.ftl">

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy