类 KafkaNoTransactionSender<K,​V>

  • 类型参数:
    K - key type.
    V - value type.
    所有已实现的接口:
    AutoCloseable, KafkaProduceSender<K,​V>

    public class KafkaNoTransactionSender<K,​V>
    extends Object
    implements KafkaProduceSender<K,​V>
    This sender will send the data to the Kafka, and will not guarantee the data is committed to the Kafka exactly-once.