Class KafkaMessage


  • public class KafkaMessage
    extends Object
    • Constructor Detail

      • KafkaMessage

        public KafkaMessage​(String topic,
                            int partition,
                            long offset,
                            long timestamp,
                            String key,
                            String value)
    • Method Detail

      • getTopic

        public String getTopic()
      • getPartition

        public int getPartition()
      • getOffset

        public long getOffset()
      • getTimestamp

        public long getTimestamp()
      • getKey

        public String getKey()
      • getValue

        public String getValue()