Class KafkaContext


  • @API
    public class KafkaContext
    extends java.lang.Object
    Contains information about Kafka message.
    Since:
    2024.5.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.kafka.clients.consumer.ConsumerRecord<?,​?> getRecord()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getRecord

        public org.apache.kafka.clients.consumer.ConsumerRecord<?,​?> getRecord()