Class ProducerRecordGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.kafka.clients.producer.ProducerRecord<byte[],​byte[]> generateProducerRecord​(int partIdx, int msgIdx, java.lang.String topicName, byte[] key, byte[] value, int numHeaders, boolean sendHdrVal)  
      • Methods inherited from class java.lang.Object

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

      • ProducerRecordGenerator

        public ProducerRecordGenerator()
    • Method Detail

      • generateProducerRecord

        protected org.apache.kafka.clients.producer.ProducerRecord<byte[],​byte[]> generateProducerRecord​(int partIdx,
                                                                                                               int msgIdx,
                                                                                                               java.lang.String topicName,
                                                                                                               byte[] key,
                                                                                                               byte[] value,
                                                                                                               int numHeaders,
                                                                                                               boolean sendHdrVal)