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

ui.consumers.consumerGroupReset.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="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.
<#include "../common/cancelBtn.ftl"> <#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy