[ https://issues.apache.org/jira/browse/KAFKA-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062911#comment-17062911 ]
ASF GitHub Bot commented on KAFKA-9451: --------------------------------------- mjsax commented on pull request #8318: KAFKA-9451: Enable producer per thread for Streams EOS URL: https://github.com/apache/kafka/pull/8318 Enabled producer per thread via KIP-447. - add configs to enable EOS-beta and for a safe upgrade from older versions - for eos-beta, create a single shared producer and `StreamsProducer` over all tasks - when committing, commit all tasks Call for review @abbccdda @guozhangwang ---------------------------------------------------------------- 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 > Pass consumer group metadata to producer on commit > -------------------------------------------------- > > Key: KAFKA-9451 > URL: https://issues.apache.org/jira/browse/KAFKA-9451 > Project: Kafka > Issue Type: Sub-task > Components: streams > Reporter: Matthias J. Sax > Assignee: Matthias J. Sax > Priority: Major > > Using producer per thread EOS design, we need to pass the consumer group > metadata into `producer.sendOffsetsToTransaction()` to use the new consumer > group coordinator fenchning mechanism. We should also reduce the default > transaction timeout to 10 seconds (compare the KIP for details). -- This message was sent by Atlassian Jira (v8.3.4#803005)