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

ui.management.unwantedTopicBulkDeletionOnClusters.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="unwantedTopicClusters" type="java.util.List" -->
<#-- @ftlvariable name="clusterConsumerGroups" type="java.util.Map" -->
<#-- @ftlvariable name="clusterTopicOffsets" type="java.util.Map" -->




    <#include "../commonResources.ftl"/>
    
    
    Kafkistry: Unwanted topic bulk deletion




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

Unwanted topic bulk deletion


You are about to delete topic from multiple clusters


Topic: ${topicName}

There are ${unwantedTopicClusters?size} cluster(s) on which this topic will be deleted

WARNING: this operation causes data loss
<#assign bulkIterateBy = "CLUSTER"> <#list unwantedTopicClusters as clusterIdentifier> <#assign topicConsumerGroups = clusterConsumerGroups[clusterIdentifier]> <#if (clusterTopicOffsets[clusterIdentifier])??> <#assign topicOffsets = clusterTopicOffsets[clusterIdentifier]> <#else> <#assign topicOffsets = ""> <#include "unwantedTopicInfo.ftl">

Sanity check


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy