ui.management.missingTopicCreation.ftl Maven / Gradle / Ivy
<#-- @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="topicInfo" type="com.infobip.kafkistry.service.topic.ExpectedTopicInfo" -->
<#include "../commonResources.ftl"/>
Kafkistry: Missing topic creation
<#include "../commonMenu.ftl">
Create missing topic
You are about to create topic that is missing on cluster
<#assign expectedTopicInfo = topicInfo>
<#assign clusterIdentifier = cluster.identifier>
<#include "expectedTopicInfo.ftl">
<#include "../common/cancelBtn.ftl">
<#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">