Package io.streamnative.kafka.client.api
Class ConsumerRecord<K,V>
java.lang.Object
io.streamnative.kafka.client.api.ConsumerRecord<K,V>
A completable class of org.apache.kafka.clients.consumer.ConsumerRecord.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V, T> ConsumerRecord<K, V> create(T originalRecord) static <K,V, T> ConsumerRecord<K, V> createOldRecord(T originalRecord)
-
Constructor Details
-
ConsumerRecord
public ConsumerRecord()
-
-
Method Details
-
create
-
createOldRecord
-