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

ui.management.missingTopicBulkCreationOnClusters.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="clusterExpectedTopicInfos" type="java.util.Map" -->
<#-- @ftlvariable name="topic" type="com.infobip.kafkistry.model.TopicDescription" -->




    <#include "../commonResources.ftl"/>
    
    
    Kafkistry: Missing topic bulk creation




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

Missing topic bulk creation


You are about to create topic on multiple clusters


Topic: ${topic.name}

There are ${clusterExpectedTopicInfos?size} cluster(s) on which this topic is missing

<#assign bulkIterateBy = "CLUSTER"> <#list clusterExpectedTopicInfos as clusterIdentifier, expectedTopicInfo> <#include "expectedTopicInfo.ftl">

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy