Class KafkaOpenMetadataEventConsumer

java.lang.Object
org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataEventConsumer
All Implemented Interfaces:
Runnable

public class KafkaOpenMetadataEventConsumer extends Object implements Runnable
KafkaOpenMetadataEventConsumer is used to process events from kafka topic and is part of native Apache Kafka event/messaging infrastructure.
  • Method Details

    • run

      public void run()
      This is the method that provides the behaviour of the thread.
      Specified by:
      run in interface Runnable