Class KafkaListener

java.lang.Object
org.frankframework.extensions.kafka.AbstractKafkaFacade
org.frankframework.extensions.kafka.KafkaListener
All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IListener<org.apache.kafka.clients.consumer.ConsumerRecord<String,byte[]>>, IPullingListener<org.apache.kafka.clients.consumer.ConsumerRecord<String,byte[]>>, IScopeProvider, NameAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Category(EXPERIMENTAL) @ConfigurationWarning("Experimental and under development. Do not use unless you wish to participate in this development.") public class KafkaListener extends AbstractKafkaFacade implements IPullingListener<org.apache.kafka.clients.consumer.ConsumerRecord<String,byte[]>>
Experimental IListener for listening to a topic in a Kafka instance. The Kafka integration is still under development so do not currently use unless you wish to participate in this development.