[ 
https://issues.apache.org/jira/browse/KAFKA-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062008#comment-17062008
 ] 

ASF GitHub Bot commented on KAFKA-5604:
---------------------------------------

guozhangwang commented on pull request #8313: KAFKA-5604: Remove the redundant 
TODO marker on the Streams side
URL: https://github.com/apache/kafka/pull/8313
 
 
   The issue itself has been fixed a while ago on the producer side, so we can 
just remove this TODO marker now (we've removed the isZombie flag already 
anyways).
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> All producer methods should raise `ProducerFencedException` after the first 
> time.
> ---------------------------------------------------------------------------------
>
>                 Key: KAFKA-5604
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5604
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Apurva Mehta
>            Assignee: Apurva Mehta
>            Priority: Major
>
> Currently, when a `ProducerFencedException` is raised from a transactional 
> producer, the expectation is that the application should call `close` 
> immediately. However, if the application calls other producer methods, they 
> would get a `KafkaException`. This is a bit confusing, and results in tickets 
> like : https://issues.apache.org/jira/browse/KAFKA-5603. 
> We should update the producer so that calls to any method other than `close` 
> should raise a `ProducerFencedException` after the first time it is raised.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to