Interface PubSubProduceResult

    • Method Detail

      • getOffset

        long getOffset()
        The offset of the record in the topic/partition.
      • getSerializedSize

        int getSerializedSize()
        Sum of the size of the serialized, uncompressed key and value in bytes.
      • getTopic

        java.lang.String getTopic()
        The topic the record was appended to
      • getPartition

        int getPartition()
        The partition the record was sent to