Class KafkaStreamElement

  • All Implemented Interfaces:
    java.io.Serializable

    public class KafkaStreamElement
    extends StreamElement
    Data read from a kafka partition.
    See Also:
    Serialized Form
    • Method Detail

      • getPartition

        public int getPartition()
        Partition in Kafka this element comes from.
      • getOffset

        public long getOffset()
        Offset in the partition.