[jira] [Created] (KAFKA-14873) Pluggable storage for Kafka Connect internal topics

2023-03-30 Thread Malthe Borch (Jira)
Malthe Borch created KAFKA-14873: Summary: Pluggable storage for Kafka Connect internal topics Key: KAFKA-14873 URL: https://issues.apache.org/jira/browse/KAFKA-14873 Project: Kafka Issue

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #1721

2023-03-30 Thread Apache Jenkins Server
See Changes: -- [...truncated 542935 lines...] [2023-03-31T00:51:32.316Z] > Task :clients:compileTestJava UP-TO-DATE [2023-03-31T00:51:32.316Z] > Task :clients:testClasses

Re: [DISCUSS] KIP-915: Next Gen Group Coordinator Downgrade Path

2023-03-30 Thread Jun Rao
Hi, Jeff, Thanks for the reply. 1. There are 3 references of "// KIP-915 do not bump the version" in green in the KIP. Are those expected? 2. So, does that mean downgrade doesn't support the removal of a non-tagged field? Thanks, Jun On Thu, Mar 30, 2023 at 2:57 PM Jeff Kim wrote: > Hi

Re: [DISCUSS] KIP-915: Next Gen Group Coordinator Downgrade Path

2023-03-30 Thread Jeff Kim
Hi Ismael and Jun, Thank you for the comments. Ismael, I updated the KIP with "note: we will need commitment from release managers to perform the minor releases". Let me know your thoughts. Jun, 1. I am unsure where the KIP states that we will not bump the version of TransactionLogValue. The

Re: [DISCUSS] KIP-915: Next Gen Group Coordinator Downgrade Path

2023-03-30 Thread Jun Rao
Hi, Jeff, Thanks for the KIP. A couple of comments. 1. The comment says that KIP-915 does not bump the version of TransactionLogValue.json, but the schema seems to bump the version from 0 to 1. 2. How do we support downgrade when a field is removed? Does it require the removed field to have a

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #1720

2023-03-30 Thread Apache Jenkins Server
See Changes: -- [...truncated 454709 lines...] [2023-03-30T19:08:54.897Z] [2023-03-30T19:08:54.898Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 180 >

[GitHub] [kafka-site] divijvaidya opened a new pull request, #499: Use ASF self service portal to get JIRA account

2023-03-30 Thread via GitHub
divijvaidya opened a new pull request, #499: URL: https://github.com/apache/kafka-site/pull/499 We no longer require users to ask the dev mailing list to setup a JIRA account. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Created] (KAFKA-14872) Auto-generate full (de)serializers for log control records

2023-03-30 Thread Jira
José Armando García Sancio created KAFKA-14872: -- Summary: Auto-generate full (de)serializers for log control records Key: KAFKA-14872 URL: https://issues.apache.org/jira/browse/KAFKA-14872

Re: [VOTE] KIP-915: Txn and Group Coordinator Downgrade Foundation

2023-03-30 Thread Justine Olshan
+1 (binding) as well. Thanks! On Thu, Mar 30, 2023 at 9:32 AM Jason Gustafson wrote: > +1. Thanks Jeff. > > On Thu, Mar 30, 2023 at 7:41 AM Alexandre Dupriez < > alexandre.dupr...@gmail.com> wrote: > > > Thanks for the KIP and clarifications, Jeff. > > > > +1 (non binding) > > > > Le jeu. 30

Re: [VOTE] KIP-915: Txn and Group Coordinator Downgrade Foundation

2023-03-30 Thread Jason Gustafson
+1. Thanks Jeff. On Thu, Mar 30, 2023 at 7:41 AM Alexandre Dupriez < alexandre.dupr...@gmail.com> wrote: > Thanks for the KIP and clarifications, Jeff. > > +1 (non binding) > > Le jeu. 30 mars 2023 à 14:41, David Jacot > a écrit : > > > > Thanks for the KIP, Jeff. > > > > +1 (binding) > > > >

[DISCUSS] KIP-916: MM2 distributed mode flow log context

2023-03-30 Thread Dániel Urbán
Hello everyone, I would like to kick off a discussion about KIP-916: https://cwiki.apache.org/confluence/display/KAFKA/KIP-916%3A+MM2+distributed+mode+flow+log+context The KIP aims to enhance the diagnostic information for MM2 distributed mode. MM2 relies on multiple Connect worker instances

Re: [VOTE] KIP-915: Txn and Group Coordinator Downgrade Foundation

2023-03-30 Thread Alexandre Dupriez
Thanks for the KIP and clarifications, Jeff. +1 (non binding) Le jeu. 30 mars 2023 à 14:41, David Jacot a écrit : > > Thanks for the KIP, Jeff. > > +1 (binding) > > On Wed, Mar 29, 2023 at 4:48 PM Jeff Kim > wrote: > > > Hi all, > > > > I would like to start the vote on KIP-915: Txn and Group

[jira] [Created] (KAFKA-14871) Kafka Connect - TTL not respected for Config Provider-provided connector configurations

2023-03-30 Thread Dave Sloan (Jira)
Dave Sloan created KAFKA-14871: -- Summary: Kafka Connect - TTL not respected for Config Provider-provided connector configurations Key: KAFKA-14871 URL: https://issues.apache.org/jira/browse/KAFKA-14871

Re: [DISCUSS] KIP-915: Next Gen Group Coordinator Downgrade Path

2023-03-30 Thread Ismael Juma
Hi, I'm late to this conversation, but it's a bit odd to backport the flexible versions change to "3.0.3, 3.1.3, 3.2.4, 3.3.3, and 3.4.1" unless we intend to release an update for each of these. So, I suggest that either we commit to releasing an update for each of these versions or we reduce the

Re: [VOTE] KIP-915: Txn and Group Coordinator Downgrade Foundation

2023-03-30 Thread David Jacot
Thanks for the KIP, Jeff. +1 (binding) On Wed, Mar 29, 2023 at 4:48 PM Jeff Kim wrote: > Hi all, > > I would like to start the vote on KIP-915: Txn and Group Coordinator > Downgrade Foundation. > > KIP: > >

Re: [DISCUSS] KIP-915: Next Gen Group Coordinator Downgrade Path

2023-03-30 Thread David Jacot
Hi Justine, I think that unknown tagged fields are just ignored. This means that they will be set to their default values. We would have to rely on the default to determine if we can use them or not. For instance, we could use a sentinel value (e.g -1 or null) as default. David On Wed, Mar 29,