Uses of Class
com.networknt.kafka.consumer.ConsumerRecordAndSize
-
-
Uses of ConsumerRecordAndSize in com.networknt.kafka.consumer
Methods in com.networknt.kafka.consumer that return ConsumerRecordAndSize Modifier and Type Method Description ConsumerRecordAndSize<ClientKeyT,ClientValueT>KafkaConsumerState. createConsumerRecord(org.apache.kafka.clients.consumer.ConsumerRecord<KafkaKeyT,KafkaValueT> record)Converts a MessageAndMetadata using the Kafka decoder types into a ConsumerRecord using the client's requested types.
-