ui.consumers.consumerGroupReset.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="clusterIdentifier" type="java.lang.String" -->
<#-- @ftlvariable name="consumerGroupId" type="java.lang.String" -->
<#-- @ftlvariable name="consumerGroup" type="com.infobip.kafkistry.service.consumers.KafkaConsumerGroup" -->
<#-- @ftlvariable name="topicsOffsets" type="java.util.Map" -->
<#include "../commonResources.ftl"/>
Kafkistry: Consumer group
<#include "../commonMenu.ftl">
<#import "../common/util.ftl" as util>
<#import "../common/infoIcon.ftl" as info>
<#import "../common/documentation.ftl" as doc>
<#import "util.ftl" as statusUtil>
<#include "../common/backBtn.ftl"> Consumer group offset reset
<#include "components/groupMetadata.ftl">
<#if consumerGroup??>
NOTE:
All instances of consumers must not be active while performing offset reset
<#include "components/resetOptions.ftl">
Select topics/partitions to reset
<#include "components/groupTopicPartitions.ftl">
<#if consumerGroup.status != "EMPTY" && consumerGroup.status != "UNKNOWN">
WARNING:
It appears that consumer group is still active, status: ${consumerGroup.status}. Reset won't work.
#if>
<#include "../common/cancelBtn.ftl">
<#include "../common/serverOpStatus.ftl">
#if>
<#include "../common/pageBottom.ftl">