Package io.streamnative.kafka.client.api
package io.streamnative.kafka.client.api
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
ClassDescriptionConsumer<K,
V> A common interface of Kafka consumer.The configuration of Kafka consumer.ConsumerRecord<K,V> A completable class of org.apache.kafka.clients.consumer.ConsumerRecord.A compatible class of Kafka header (org.apache.kafka.common.header.Header).The version that represents Kafka client's version.ProduceContext<K,V> Context for producing messages.Producer<K,V> A common interface of Kafka producer.The configuration of Kafka producer.A compatible class of Kafka's send result (org.apache.kafka.clients.producer.RecordMetadata).Utils methods for reflection.A completable class of org.apache.kafka.clients.consumer.OffsetAndMetadata.