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

ui.common.existingValues.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="existingValues" type="com.infobip.kafkistry.service.ExistingValues" -->

<#list existingValues.owners as owner> ${owner}
<#list existingValues.users as user> ${user}
<#list existingValues.producers as producer> ${producer}
<#list existingValues.topics as topicName> ${topicName}
<#list existingValues.consumerGroups as consumerGroup> ${consumerGroup}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy