Uses of Class
io.streamnative.kafka.client.api.ConsumerRecord
-
Uses of ConsumerRecord in io.streamnative.kafka.client.api
Methods in io.streamnative.kafka.client.api that return ConsumerRecordModifier and TypeMethodDescriptionstatic <K,V, T> ConsumerRecord<K, V> ConsumerRecord.create(T originalRecord) static <K,V, T> ConsumerRecord<K, V> ConsumerRecord.createOldRecord(T originalRecord) Methods in io.streamnative.kafka.client.api that return types with arguments of type ConsumerRecordModifier and TypeMethodDescription@NonNull List<ConsumerRecord<K,V>> Consumer.receive(long timeoutMs) default List<ConsumerRecord<K,V>> Consumer.receiveUntil(int maxNumMessages, long timeoutMs) Receive messages as much as possible until the number of received messages time exceeds limit or timed out.