Uses of Class
io.streamnative.kafka.client.api.RecordMetadata
-
Uses of RecordMetadata in io.streamnative.kafka.client.api
Methods in io.streamnative.kafka.client.api that return RecordMetadataModifier and TypeMethodDescriptionstatic <T> RecordMetadataRecordMetadata.create(T originalMetadata) Create the RecordMetadata instance from Kafka's send result.Methods in io.streamnative.kafka.client.api that return types with arguments of type RecordMetadataModifier and TypeMethodDescriptionProduceContext.sendAsync()Send the message using ProduceContext instead of using Producer directly.Producer.sendAsync(ProduceContext<K, V> context)