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

ui.management.bulkTopicsConfigsUpdates.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="topicsConfigChanges" type="java.util.Map>" -->



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




<#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"> Bulk altering topics configs


You are about to update config of multiple topics on cluster


Cluster: ${cluster.identifier}

There are ${topicsConfigChanges?size} topics(s) that have wrong config on this cluster

<#assign bulkIterateBy = "TOPIC"> <#assign clusterIdentifier = cluster.identifier> <#list topicsConfigChanges as topicName, 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