List of usage examples for org.springframework.integration.metadata MetadataStore interface-usage
From source file org.springframework.integration.x.kafka.KafkaTopicMetadataStore.java
/**
* Implementation of a {@link MetadataStore} that uses a Kafka topic as the underlying support.
* For its proper functioning, the Kafka server(s) <emphasis>must</emphasis> set
* {@code log.cleaner.enable=true}.
*
* @author Marius Bogoevici