void abortTransaction()
throws ProducerFencedException
Producer Contract
Producer
is the contract of Kafka producers.
Note
|
KafkaProducer is the one and only known implementation of the Producer Contract in Apache Kafka. |
Method | Description |
---|---|
|
Used when…FIXME |
|
Used when…FIXME |
|
Used when…FIXME |
|
Used when…FIXME |
|
Used when…FIXME |
|
Initializes transactions (when the |
|
The performance metrics |
|
The partition metadata for the given topic. This can be used for custom partitioning. Used when…FIXME |
|
Sending a ProducerRecord to a Kafka cluster asynchronously Used when…FIXME |
|
Used when…FIXME |