Class ProducerConfiguration
java.lang.Object
org.apache.nifi.kafka.service.api.producer.ProducerConfiguration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProducerConfiguration
(boolean transactionsEnabled, String transactionIdPrefix, String deliveryGuarantee, String compressionCodec, String partitionClass) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
transactionsEnabled
private final boolean transactionsEnabled -
transactionIdPrefix
-
deliveryGuarantee
-
compressionCodec
-
partitionClass
-
-
Constructor Details
-
ProducerConfiguration
-
-
Method Details
-
getTransactionsEnabled
public boolean getTransactionsEnabled() -
getTransactionIdPrefix
-
getDeliveryGuarantee
-
getCompressionCodec
-
getPartitionClass
-