This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new aeb805c  Add updated javadoc from 
https://github.com/apache/kafka/pull/9723
aeb805c is described below

commit aeb805c71684f83e6d6b181b1e59cad2c70015f6
Author: Bill Bejeck <[email protected]>
AuthorDate: Thu Dec 10 17:23:51 2020 -0500

    Add updated javadoc from https://github.com/apache/kafka/pull/9723
---
 27/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/27/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html 
b/27/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html
index 9d7c8aa..231e235 100644
--- a/27/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html
+++ b/27/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html
@@ -627,6 +627,8 @@ implements <a 
href="../../../../../org/apache/kafka/clients/producer/Producer.ht
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true";
 title="class or interface in java.lang">IllegalStateException</a></code> - if 
no transactional.id has been configured or if <a 
href="../../../../../org/apache/kafka/clients/producer/KafkaProducer.html#initTransactions--"><code>initTransactions()</code></a>
          has not yet been invoked</dd>
 <dd><code><a 
href="../../../../../org/apache/kafka/common/errors/ProducerFencedException.html"
 title="class in 
org.apache.kafka.common.errors">ProducerFencedException</a></code> - if another 
producer with the same transactional.id is active</dd>
+<dd><code><a 
href="../../../../../org/apache/kafka/common/errors/InvalidProducerEpochException.html"
 title="class in 
org.apache.kafka.common.errors">InvalidProducerEpochException</a></code> - if 
the producer has attempted to produce with an old epoch
+         to the partition leader. See the exception for more details</dd>
 <dd><code><a 
href="../../../../../org/apache/kafka/common/errors/UnsupportedVersionException.html"
 title="class in 
org.apache.kafka.common.errors">UnsupportedVersionException</a></code> - fatal 
error indicating the broker
          does not support transactions (i.e. if its version is lower than 
0.11.0.0)</dd>
 <dd><code><a 
href="../../../../../org/apache/kafka/common/errors/AuthorizationException.html"
 title="class in 
org.apache.kafka.common.errors">AuthorizationException</a></code> - fatal error 
indicating that the configured
@@ -786,6 +788,8 @@ implements <a 
href="../../../../../org/apache/kafka/clients/producer/Producer.ht
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true";
 title="class or interface in java.lang">IllegalStateException</a></code> - if 
no transactional.id has been configured or no transaction has been started</dd>
 <dd><code><a 
href="../../../../../org/apache/kafka/common/errors/ProducerFencedException.html"
 title="class in 
org.apache.kafka.common.errors">ProducerFencedException</a></code> - fatal 
error indicating another producer with the same transactional.id is active</dd>
+<dd><code><a 
href="../../../../../org/apache/kafka/common/errors/InvalidProducerEpochException.html"
 title="class in 
org.apache.kafka.common.errors">InvalidProducerEpochException</a></code> - if 
the producer has attempted to produce with an old epoch
+         to the partition leader. See the exception for more details</dd>
 <dd><code><a 
href="../../../../../org/apache/kafka/common/errors/UnsupportedVersionException.html"
 title="class in 
org.apache.kafka.common.errors">UnsupportedVersionException</a></code> - fatal 
error indicating the broker
          does not support transactions (i.e. if its version is lower than 
0.11.0.0)</dd>
 <dd><code><a 
href="../../../../../org/apache/kafka/common/errors/AuthorizationException.html"
 title="class in 
org.apache.kafka.common.errors">AuthorizationException</a></code> - fatal error 
indicating that the configured

Reply via email to