[jira] [Created] (KAFKA-9365) Add consumer group information to producer txn commit

2020-01-04 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-9365: -- Summary: Add consumer group information to producer txn commit Key: KAFKA-9365 URL: https://issues.apache.org/jira/browse/KAFKA-9365 Project: Kafka Issue Type:

Re: Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-04 Thread Alexandre Vermeerbergen
Just sent the PR (https://github.com/apache/kafka/pull/7896) to fix https://issues.apache.org/jira/browse/KAFKA-9362. Feedback welcomed! Kind regards, Alexandre Le sam. 4 janv. 2020 à 22:33, Alexandre Vermeerbergen a écrit : > > Hi Jon, > > I can't assign a Kafka JIRA to myself, as I not (yet

[VOTE] KIP-334 Include partitions in exceptions raised during consumer record deserialization/validation

2020-01-04 Thread Stanislav Kozlovski
Hey there, I'm restarting the vote thread for KIP-334 Include partitions in exceptions raised during consumer record deserialization/validation We had some discussions on the previous vote thread which I believe were

Re: Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-04 Thread Alexandre Vermeerbergen
Hi Jon, I can't assign a Kafka JIRA to myself, as I not (yet ?) a commiter . JIRA is https://issues.apache.org/jira/browse/KAFKA-9362 I'm currently running tests before pushing my commit... Kind regards, Alexandre Le sam. 4 janv. 2020 à 22:13, John Roesler a écrit : > > Hey, Alexandre, > >

Re: Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-04 Thread John Roesler
Hey, Alexandre, Feel free to just assign it to yourself (which is the typical practice). If you don’t have the permission for it, please let me know your Jira id, and I’ll grant you the permission. Thanks, John On Sat, Jan 4, 2020, at 14:52, Alexandre Vermeerbergen wrote: > Hi John, > >

Re: Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-04 Thread Alexandre Vermeerbergen
Hi John, Okay, can you please assign to me KAFKA-9362 so that I can provide a PR ? Kind regards, Alexandre Le sam. 4 janv. 2020 à 19:44, John Roesler a écrit : > > Hi Alexandre, > > Thanks for the contribution! Just in regard to your last concern, it’s pretty > straightforward... just open

Re: Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-04 Thread John Roesler
Hi Alexandre, Thanks for the contribution! Just in regard to your last concern, it’s pretty straightforward... just open the PR against trunk. Once it’s merged, then we worry about cherry-picking to older release branches. Thanks, John On Fri, Jan 3, 2020, at 08:19, Alexandre Vermeerbergen