Re: Kafka Producer send offsets to transaction method confusion

2025-02-20 Thread Matthias J. Sax
It would be best if you would comment about it on the Jira ticket and we can take it from there. I cannot (and to be honest, also don't want to) make a call on this, but hope that you and the other person can figure it out, who works on it... Happy to moderate the discussion of course, if nece

Re: Kafka Producer send offsets to transaction method confusion

2025-02-20 Thread Paweł Szymczyk
https://github.com/apache/kafka/pull/18977 czw., 20 lut 2025 o 07:48 Paweł Szymczyk napisał(a): > Sure, I would love to continue working on this task and provide an > interface, I see that someone else has been assigned to Jira recently, > please let him know that I like to handle it on my own 🙂

Re: Kafka Producer send offsets to transaction method confusion

2025-02-19 Thread Paweł Szymczyk
Sure, I would love to continue working on this task and provide an interface, I see that someone else has been assigned to Jira recently, please let him know that I like to handle it on my own 🙂 Dnia 20 lutego 2025 03:51:02 CET, "Matthias J. Sax" napisał/a: >Thanks for reaching out. This is ac

Re: Kafka Producer send offsets to transaction method confusion

2025-02-19 Thread Matthias J. Sax
Thanks for reaching out. This is actually very good feedback. In general, it seems that `ConsumerGroupMetadata` should be an interface, not a class, making it impossible for users to create an instance. Of course, we cannot do anything for older releases, and it seems the JavaDocs do explain