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

ui.consume.consume.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="clusterTopics" type="java.util.Map>" -->
<#-- @ftlvariable name="allClusters" type="java.util.List" -->
<#-- @ftlvariable name="topicName" type="java.lang.String" -->
<#-- @ftlvariable name="clusterIdentifier" type="java.lang.String" -->
<#-- @ftlvariable name="numRecords" type="java.lang.Integer" -->
<#-- @ftlvariable name="partitions" type="java.lang.String" -->
<#-- @ftlvariable name="notPartitions" type="java.lang.String" -->
<#-- @ftlvariable name="maxWaitMs" type="java.lang.Long" -->
<#-- @ftlvariable name="waitStrategy" type="com.infobip.kafkistry.service.consume.WaitStrategy" -->
<#-- @ftlvariable name="offsetType" type="com.infobip.kafkistry.service.consume.OffsetType" -->
<#-- @ftlvariable name="offset" type="java.lang.Long" -->
<#-- @ftlvariable name="availableDeserializerTypes" type="java.util.List" -->
<#-- @ftlvariable name="keyDeserializerType" type="java.lang.String" -->
<#-- @ftlvariable name="valueDeserializerType" type="java.lang.String" -->
<#-- @ftlvariable name="headersDeserializerType" type="java.lang.String" -->
<#-- @ftlvariable name="readFilterJson" type="java.lang.String" -->
<#-- @ftlvariable name="readOnlyCommitted" type="java.lang.Boolean" -->
<#-- @ftlvariable name="autoContinuation" type="java.lang.Boolean" -->
<#-- @ftlvariable name="autoContinuationAfterEnd" type="java.lang.Boolean" -->




    <#include "../commonResources.ftl"/>
    
    
    
    Kafkistry: Consume
    








<#include "../commonMenu.ftl">
<#import "../common/infoIcon.ftl" as info>
<#import "../common/documentation.ftl" as doc>

Help: <@info.icon tooltip=doc.filterHelp /> Note: filter is just linear search over records


<#include "../common/serverOpStatus.ftl">
<#list clusterTopics as clusterIdentifier,topics>
<#list topics as topic>
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy