Re: [DISCUSS] KIP-1100: Consider renaming org.apache.kafka.server:type=AssignmentsManager

2025-05-10 Thread Ismael Juma
Hi, Thanks for the KIP. A couple of comments: 1. Nit: KIPs should not "consider" things, they propose specific and well defined changes. Given that, please update the title to match the proposal. 2. Given that we regressed in two different instances (that we found so far), this indicates a test ga

Re: [DISCUSS] KIP-1166: Improve high-watermark replication

2025-04-30 Thread Ismael Juma
And also https://issues.apache.org/jira/browse/KAFKA-9952 Ismael On Wed, Apr 30, 2025 at 2:18 PM Ismael Juma wrote: > Hi Jose, > > We did indeed run into a perf regression related to increased fetch > request rate due to hw propagation to followers: > > https://issues.apac

Re: [DISCUSS] KIP-1166: Improve high-watermark replication

2025-04-30 Thread Ismael Juma
Hi Jose, We did indeed run into a perf regression related to increased fetch request rate due to hw propagation to followers: https://issues.apache.org/jira/browse/KAFKA-9731 Ismael On Wed, Apr 30, 2025 at 12:34 PM José Armando García Sancio wrote: > Hi Alyssa, > > On Wed, Apr 30, 2025 at 12:

Re: [DISCUSS] KIP-1140: Avoid to return null value in Map from public api of consumer

2025-04-21 Thread Ismael Juma
That's right. Similar approach: https://lists.apache.org/thread/3fxqdsosm3z7xp4rr8db2qmyg5vd0v1b Ismael On Mon, Apr 21, 2025, 7:43 PM Matthias J. Sax wrote: > I don't think we would need a second deprecation cycle. > > Instead, we could add this new config, and deprecate it right away. This > w

Re: [DISCUSS] Apache Kafka 4.1.0 release

2025-04-17 Thread Ismael Juma
4.0: Feb/7 2023 > > 3.1.0: Jan/24 2022 > > > > It's not a huge deal, but seems undesired? > > > > > > -Matthias > > > > On 4/16/25 9:02 AM, Ismael Juma wrote: > > > The issue is that July 23rd is the "earliest release date" b

Re: [DISCUSS] Apache Kafka 4.1.0 release

2025-04-16 Thread Ismael Juma
; 23 was close enough to mid July. > That said I currently don't have anything planned, so I can move the > dates 1 (or 2 weeks) earlier, if this is what people prefer. > > Thanks, > Mickael > > On Tue, Apr 15, 2025 at 8:09 PM Ismael Juma wrote: > > > > Hi Mi

Re: [DISCUSS] Apache Kafka 4.1.0 release

2025-04-15 Thread Ismael Juma
Hi Mickael, Thoughts on my message below? Ismael On Thu, Apr 10, 2025, 7:46 AM Ismael Juma wrote: > Hi Mickael, > > The release plan indicates a release in August. However, 4.0 was released > on March 18. If we stick to the 4 months schedule, the target release > should be mid

[jira] [Resolved] (KAFKA-19043) Move DelayedRemoteListOffsets to the storage module

2025-04-15 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-19043. - Fix Version/s: 4.1.0 Resolution: Fixed Looks like this was done via https://github.com

Re: [DISCUSS] Apache Kafka 4.1.0 release

2025-04-10 Thread Ismael Juma
; > > Thanks Mickael. > > > > On Wed, Mar 19, 2025 at 9:20 AM Ismael Juma wrote: > > > > > > Thanks Mickael! > > > > > > Ismael > > > > > > On Wed, Mar 19, 2025, 5:54 AM David Arthur wrote: > > > > > >

Re: [VOTE] KIP-1064 - Upgrade slf4j to 2.x

2025-04-10 Thread Ismael Juma
; > > > > >> > >1. The upgrade to slf4j2 should be postponed to Kafka 5.0 due > > to > > > >> > >compatibility issues. > > > >> > >2. I will revise the motivation section of the KIP to > emphasize > > >

Re: [DISCUSS] Git commits and metadata

2025-04-01 Thread Ismael Juma
What's the burden if it's automated? I agree we should keep it simple for anything that has to be done manually. Ismael On Tue, Apr 1, 2025 at 5:45 PM Matthias J. Sax wrote: > Hi, > > I understand the problem of a long "Reviewers" line and line break, so > breaking it down into multiple lines,

Re: [DISCUSS] KIP-1140: Avoid to return null value in Map from public api of consumer

2025-03-27 Thread Ismael Juma
Hi, Thanks for the KIP. A few comments: 1. Incompatible changes are generally not allowed in minor releases. Are you proposing a change for a minor release (eg 4.1) or for a major release (5.0)? 2. Given that clients in 4.0 support brokers with version 2.1 or higher, `offsetsForTimes` should neve

Re: [DISCUSS] Git commits and metadata

2025-03-27 Thread Ismael Juma
Hi Josep, To clarify, there is no subjectivity as far as I can tell. The approved-by/reviewed-by trailers would be used if you used the PR `approve` button. The former for committers and the latter for non committers. Anyone else who left comments would be in the commented-by trailers. The latter

Re: [DISCUSS] Git commits and metadata

2025-03-26 Thread Ismael Juma
Hi David, I am in favor of having a separate field for the people who approve the PR vs the ones who leave some comments. I actually brought this up when I initially joined the community (probably around a decade ago), but it didn't resonate at the time. :) It also makes sense to use a consistent

Re: [DISCUSS] KIP-1136: Make ConsumerGroupMetadata an interface

2025-03-25 Thread Ismael Juma
Using an interface is less effective than making the constructor private and the class final though. Ismael On Mon, Mar 24, 2025, 9:12 PM Chia-Ping Tsai wrote: > hi All, > > > Matthias J. Sax 於 2025年3月5日 凌晨4:20 寫道: > > > > To me, the main thing is really, that currently user can call `new` wha

Re: [VOTE] KIP-1064 - Upgrade slf4j to 2.x

2025-03-20 Thread Ismael Juma
the KIP according to following benefit? > > > > > The key benefit of this KIP is that you can add new logging backends > and > > select it via a config. This is how most pluggable things work. But it is > > *not* how slf4j 1.x works. slf4j 1.x requires you to *remove*

Re: [DISCUSS] KIP-1140: Avoid to return null value in Map from public api of consumer

2025-03-19 Thread Ismael Juma
t; Thinking about this some more, 2.1 brokers can still use the older message format and hence we cannot assume the old message format isn't used. Ismael On Wed, Mar 19, 2025 at 1:45 PM Ismael Juma wrote: > Hi, > > Thanks for the KIP. A few comments: > > 1. Incompatible chan

Re: [VOTE] KIP-1064 - Upgrade slf4j to 2.x

2025-03-19 Thread Ismael Juma
t JAR modifications. Furthermore, by > managing all SLF4J and provider JARs within Kafka, we can ensure SLF4J > version updates without compatibility concerns, as we can guarantee > provider JAR consistency with the SLF4J version in the distribution. > > Best, > Chia-Ping >

Re: [DISCUSS] Apache Kafka 4.1.0 release

2025-03-19 Thread Ismael Juma
Thanks Mickael! Ismael On Wed, Mar 19, 2025, 5:54 AM David Arthur wrote: > +1 thanks Mickael! > > David Arthur > > > On Wed, Mar 19, 2025 at 07:59 Mickael Maison > wrote: > > > Hi, > > > > I'd like to volunteer to be the release manager for the Apache Kafka > > 4.1.0 release. > > > > If there

Re: 3.9.1 bug-fix release?

2025-03-18 Thread Ismael Juma
Thanks Luke! Ismael On Tue, Mar 18, 2025 at 3:44 PM Luke Chen wrote: > Hi Matthias, > > I can work on the 3.9.1 release if there are no objections. > > Thanks. > Luke > > On Thu, Mar 13, 2025 at 3:06 AM Matthias J. Sax wrote: > > > Hello, > > > > with 4.0.0 slowly winding down, it seems it's t

Re: [VOTE] KIP-1064 - Upgrade slf4j to 2.x

2025-03-18 Thread Ismael Juma
Hi TengYao, It's a bit difficult to review the KIP. I don't follow most of the motivation. The only one that I follow is: "Our current build configuration employs fragile dependency management tricks to handle SLF4J backends. We can eliminate these brittle build mechanisms by transitioning to exp

Re: [ANNOUNCE] Apache Kafka 4.0.0

2025-03-18 Thread Ismael Juma
Divij Vaidya, > DL1231, Dmitry Werner, donaldzhu-cc, Dongnuo Lyu, dujian0068, Edoardo > Comar, Eric Chang, Federico Valeri, Frederik Rouleau, GangHuo, > Gantigmaa Selenge, Gaurav Narula, Greg Harris, Guozhang Wang, Hailey > Ni, Hongten, Hyunsang Han, Ian McDonald, Igor Soarez, Ismael Jum

Re: Kafka support for Java 24+

2025-03-17 Thread Ismael Juma
Hi Stig, Kafka 4.0 is likely to be released in a day or two. Even so, I think it makes sense to revive the backporting thread given the lack of workaround for Java 24. Ismael On Mon, Mar 17, 2025 at 7:44 AM Stig Rohde Døssing wrote: > Hi, > > Some months ago, a reflective shim was added in > h

Re: [DISCUSS] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-03-17 Thread Ismael Juma
int#listenerName()` > > Best, > Chia-Ping > > On 2025/03/17 07:58:47 Ismael Juma wrote: > > To be clear, that's not the only issue. There is no way to make a > > compatible change in signature like the one proposed by 5.0. Two major > > releases would be

Re: [DISCUSS] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-03-17 Thread Ismael Juma
osed changes. > > [0] https://lists.apache.org/thread/v6s7wnmzbprs26dyd7gom0g55k0ww1o2 > [1] > > https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/RaftVoterEndpoint.java > > Best, > Chia-Ping > > > > Ismael Juma 於 2025年3月17日 週一

Re: [DISCUSS] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-03-16 Thread Ismael Juma
Hi, We cannot make incompatible changes to public classes outside of major releases. The evolving annotation was left by mistake given that these classes have been there for a long time by now. The general way to handle this is to have a new non deprecated method, deprecate the old one. And then

Re: Protected Branches and Required Checks

2025-03-15 Thread Ismael Juma
Yes, that's the implication of this change. Ismael On Thu, Mar 6, 2025 at 12:38 AM Chia-Ping Tsai wrote: > hi David > > It appears we can't push reverted commits to trunk from our local > repository. See the following error message. > > remote: Resolving deltas: 100% (15/15), completed with 11

Re: [DISCUSS] - KIP-1064: Upgrade slf4j to 2.x

2025-03-09 Thread Ismael Juma
Thanks for updating the KIP. A comment below: As we introduce this change in major version 4.1.0, since we provide the > backend binding dependencies, users should be able to upgrade their backend > dependencies. 4.1 is a minor version (not major version). So, this KIP is only acceptable in 4.1.

[jira] [Created] (KAFKA-18935) Ensure brokers do not return null records in FetchResponse

2025-03-07 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-18935: --- Summary: Ensure brokers do not return null records in FetchResponse Key: KAFKA-18935 URL: https://issues.apache.org/jira/browse/KAFKA-18935 Project: Kafka

[jira] [Created] (KAFKA-18934) Consider making records in FetchResponse not nullable

2025-03-06 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-18934: --- Summary: Consider making records in FetchResponse not nullable Key: KAFKA-18934 URL: https://issues.apache.org/jira/browse/KAFKA-18934 Project: Kafka Issue

Re: Protected Branches and Required Checks

2025-03-06 Thread Ismael Juma
push. > > The UI will give us an explicit visual warning if we try to merge a PR > without passing checks. > > Does this make sense? > > -David > > > > On Thu, Mar 6, 2025 at 11:47 AM Ismael Juma wrote: > > > Hi David, > > > > I don't follow th

Re: Protected Branches and Required Checks

2025-03-06 Thread Ismael Juma
rom a different repo) >> >> [image: image.png] >> >> >> I'll get clarification from Infra about how this all works within the >> context of asf.yaml. >> >> -David >> >> On Thu, Mar 6, 2025 at 3:48 AM Ismael Juma wrote: >> >>&g

Re: [DISCUSS] KIP-896: Remove old client protocol API versions in Kafka 4.0

2025-03-05 Thread Ismael Juma
library. > > > > > > We generate entities for the full protocol by introspecting the JSON > > > schema definitions under _. How will the KIP change those definitions? > > Will > > > the dropped versions be reflected as bumps of the lower limit > &g

Re: [VOTE] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-05 Thread Ismael Juma
I meant converged (instead of converted). On Wed, Mar 5, 2025, 9:22 PM Ismael Juma wrote: > Hi, > > The vote should remain open for 72 hours. Given that the KIP discussion > only really converted yesterday, I think we should count the 72 hours from > that point forward. > &

Re: [VOTE] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-05 Thread Ismael Juma
Hi, The vote should remain open for 72 hours. Given that the KIP discussion only really converted yesterday, I think we should count the 72 hours from that point forward. Ismael On Wed, Mar 5, 2025, 6:40 PM Kuan Po Tseng wrote: > Thanks everyone for voting and feedback. > > The vote has passed

Re: [DISCUSS] KIP-1136: Make ConsumerGroupMetadata an interface

2025-03-05 Thread Ismael Juma
Hi, Thanks for the KIP. Why did we reject the alternative where the constructor is unavailable to external users? Ismael On Tue, Feb 25, 2025 at 8:27 AM Paweł Szymczyk wrote: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-1136%3A+Make+ConsumerGroupMetadata+an+interface > > -- > Pozd

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-03 Thread Ismael Juma
Hi Chia-Ping and Bruno, Right. Matthias stated that the 3 releases rule is the source of truth and I don't recall that being the case. The source of truth is 12 months - I was one of the people who was part of that discussion when the Scala consumer was removed. I also disagree that the 3 releases

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-02 Thread Ismael Juma
t. We cannot time releases totally > accurately, so the 3-prior-releases rule should be the "source of truth" > IMHO, that just practically translated to "about 1 year". But as I said > above, I also don't think we need to be dogmatic about it. > > > &

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-01 Thread Ismael Juma
t; that is running an consumer or producer with some older versions, and > > >> executes a rolling bounce to upgrade the app... > > >> > > >> But maybe such a test is not necessary for clients (compare to Kafka > > >> Streams), and the existing

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-01 Thread Ismael Juma
One more thing, 3.7 was released in Feb 2024 and hence it will be more than 12 months by the time 4.0 is released. Technically, it would be ok to remove APIs deprecated in 3.7. Ismael On Sat, Mar 1, 2025, 8:34 AM Ismael Juma wrote: > Hi Chia-Ping, > > Is this Connect removal the only

Re: [VOTE] 4.0.0 RC0

2025-02-28 Thread Ismael Juma
> > Jun > > On Thu, Feb 27, 2025 at 7:22 PM Ismael Juma wrote: > > > Thanks for the testing Kirk. Can you please file an issue for the > repeated > > log to make sure it doesn't get lost in this thread? > > > > Ismael > > > > On Thu, Feb 27

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-02-28 Thread Ismael Juma
e do effectively/implicitly test upgrading 2.0 (and older > clients) to 4.0 using 3.9 and older brokers. These test coverage does > not exist in a single branch so, but test from different branches > combined, implicitly cover this. Nevertheless, is it tested. > > So it seems both Bruno and Is

Re: [VOTE] 4.0.0 RC0

2025-02-28 Thread Ismael Juma
Thanks for the testing Kirk. Can you please file an issue for the repeated log to make sure it doesn't get lost in this thread? Ismael On Thu, Feb 27, 2025 at 2:54 PM Kirk True wrote: > Hi David, > > I focused on testing the clients using Java 11: > > My steps: > > 1. Start the broker via the n

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-02-27 Thread Ismael Juma
Hi Bruno, A comment below. On Thu, Feb 27, 2025, 1:20 AM Bruno Cadonna wrote: > BC2: > Another aspect that confuses me in the KIP is the bridge version for > clients. If my broker version is 3.9.x, I can do a direct upgrade from > 1.0.x to 4.0.x (let apart the Java API compatibility mentioned a

Re: [VOTE] 4.0.0 RC0

2025-02-26 Thread Ismael Juma
Thanks for the clarification Jose. Makes sense. Ismael On Wed, Feb 26, 2025 at 9:22 AM José Armando García Sancio wrote: > Hi Ismael, > > On Wed, Feb 26, 2025 at 7:51 AM Ismael Juma wrote: > > > > Hi Jose, > > > > Is it a low risk change? If not, I

Re: [VOTE] 4.0.0 RC0

2025-02-26 Thread Ismael Juma
Hi Jose, Is it a low risk change? If not, I would suggest giving it a bit of stabilization time before cherry-picking to older branches including 4.0 and 3.9. I don't think it's necessary to backport to other older branches given that it's not a regression and I don't believe there are any cases o

Re: [VOTE] 4.0.0 RC0

2025-02-25 Thread Ismael Juma
Hi Jun, When it comes to the upgrade documentation, a couple of changes landed after the RC was generated: * https://github.com/apache/kafka/commit/da8f390c4599d7199c4cdf2bb85441146e859b17 * https://github.com/apache/kafka/commit/da3b8e88dc61a1b749895866394cab68410e0eda Regarding the message for

Re: New PR workflow in KAFKA-18748

2025-02-24 Thread Ismael Juma
l? Sometimes, I list > tickets for flaky (or unrelated) tests before merging. However, since we > now have a separate test suite for stable tests (non-flaky, non-new), I > assume the new condition is that "stable tests must pass"? > > Best, > Chia-Ping > > >

Re: New PR workflow in KAFKA-18748

2025-02-24 Thread Ismael Juma
Thanks David - this is another important improvement to our CI pipeline and is super helpful for the project and community. Ismael On Mon, Feb 24, 2025 at 2:15 PM David Arthur wrote: > Hey everyone, just wanted to inform you all that we just merged KAFKA-18748 > > https://github.com/apache/kafk

Re: [VOTE] 4.0.0 RC0

2025-02-24 Thread Ismael Juma
e/pages/viewpage.action?pageId=325421614#ReleasePlan4.0.0-OpenIssues > > Are we expecting another RC soon? Or can this vote pass and these > Jiras are moved to 4.1.0? > > Thanks, > Mickael > > On Sun, Feb 23, 2025 at 10:46 PM Ismael Juma wrote: > > > > Thanks

Re: [VOTE] 4.0.0 RC0

2025-02-23 Thread Ismael Juma
Thanks David! A few ideas of things to test: 1. Test clients and streams with Java 11: this is the first time we use a different Java version for clients/streams vs the rest, so it would be good to ensure the generated artifacts are good when it comes to this. 2. Similarly, test brokers and connec

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-02-22 Thread Ismael Juma
For regular clients (producer, consumer, admin client), I think we should describe this in the following way: 1. What's the minimum version to directly upgrade to 4.0? I suggest we go with 2.1 - it's the same baseline set by KIP-896 and it's simpler to have fewer version ranges to explain and worr

[jira] [Resolved] (KAFKA-18601) Assume a baseline of 3.3 for server protocol versions

2025-02-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18601. - Resolution: Fixed > Assume a baseline of 3.3 for server protocol versi

Re: [VOTE] KIP-1126: Serialize changes to Kafka with a build queue

2025-02-12 Thread Ismael Juma
Thanks for the KIP, +1 (binding). Ismael On Wed, Feb 12, 2025 at 6:16 AM David Arthur wrote: > Hey folks, I'd like to start the vote on this KIP to enable the merge queue > for Kafka. > > The discussion thread is here: > https://lists.apache.org/thread/c446mf4bg0ocjgs6do9lltoc2f13r71m > > -- >

[jira] [Created] (KAFKA-18784) Fix ConsumerWithLegacyMessageFormatIntegrationTest

2025-02-12 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-18784: --- Summary: Fix ConsumerWithLegacyMessageFormatIntegrationTest Key: KAFKA-18784 URL: https://issues.apache.org/jira/browse/KAFKA-18784 Project: Kafka Issue Type

Re: [DISCUSS] KIP-1126: Serialize changes to Kafka with a build queue

2025-02-04 Thread Ismael Juma
quot;Reviewers" field before merging. It might also be possible to > automatically set that field. > > I have a feeling it might be possible to alter the commit message in the > merge queue job, but that will take some experimentation. > > -David A > > On Tue, Feb 4, 2025 at

Re: [DISCUSS] KIP-1126: Serialize changes to Kafka with a build queue

2025-02-04 Thread Ismael Juma
This looks good to me. My only comment is that merge queues have a weird limitation: you cannot edit the commit message (unlike the traditional flow). I worry that this will result in lower quality commit messages. Is there a way to configure where the commit message comes from (PR title/descripti

[jira] [Resolved] (KAFKA-15318) Update the Authorizer using AclPublisher

2025-01-30 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-15318. - Resolution: Fixed > Update the Authorizer using AclPublis

[jira] [Resolved] (KAFKA-15048) Improve handling of unexpected quorum controller errors

2025-01-30 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-15048. - Resolution: Fixed > Improve handling of unexpected quorum controller err

[jira] [Resolved] (KAFKA-15271) Historicalterator can exposes elements that are too new

2025-01-30 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-15271. - Resolution: Fixed > Historicalterator can exposes elements that are too

[jira] [Resolved] (KAFKA-15458) Fully resolve endpoint information before registering controllers

2025-01-30 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-15458. - Resolution: Fixed > Fully resolve endpoint information before registering controll

[jira] [Resolved] (KAFKA-18663) Metadata v0-v3 should be undeprecated

2025-01-29 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18663. - Resolution: Fixed > Metadata v0-v3 should be undepreca

Re: [VOTE] KIP-896: Remove old client protocol API versions in Kafka 4.0

2025-01-28 Thread Ismael Juma
727 Ismael [1] https://issues.apache.org/jira/browse/KAFKA-18659 On Sun, Dec 17, 2023 at 7:40 AM Ismael Juma wrote: > Hi all, > > It turns out that kafka-python's protocol api versions support is worse > than originally described - newer versions were defined but not actually > su

[jira] [Created] (KAFKA-18663) Metadata v0-v3 should be undeprecated

2025-01-28 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-18663: --- Summary: Metadata v0-v3 should be undeprecated Key: KAFKA-18663 URL: https://issues.apache.org/jira/browse/KAFKA-18663 Project: Kafka Issue Type: Sub-task

[jira] [Resolved] (KAFKA-18648) kafka-python requires metadata request version 0

2025-01-28 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18648. - Resolution: Fixed > kafka-python requires metadata request versio

[jira] [Created] (KAFKA-18648) kafka-python requires metadata request version 1

2025-01-25 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-18648: --- Summary: kafka-python requires metadata request version 1 Key: KAFKA-18648 URL: https://issues.apache.org/jira/browse/KAFKA-18648 Project: Kafka Issue Type

[jira] [Created] (KAFKA-18646) Empty records representation regression breaks librdkafka

2025-01-24 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-18646: --- Summary: Empty records representation regression breaks librdkafka Key: KAFKA-18646 URL: https://issues.apache.org/jira/browse/KAFKA-18646 Project: Kafka

[jira] [Resolved] (KAFKA-18474) Remove zkBroker tag

2025-01-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18474. - Resolution: Fixed > Remove zkBroker tag > --- > >

[jira] [Resolved] (KAFKA-18599) Remove optional ForwardingManager in ApiVersionManager

2025-01-22 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18599. - Resolution: Fixed > Remove optional ForwardingManager in ApiVersionMana

[jira] [Resolved] (KAFKA-14552) Assume a baseline of 3.0 for server protocol versions

2025-01-20 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-14552. - Resolution: Fixed > Assume a baseline of 3.0 for server protocol versi

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-01-20 Thread Ismael Juma
Thanks for the KIP - one suggestion I have is to perhaps separate the long term policy (which will naturally require a lot more debate) and what we plan to do for 4.0. Why is the long term policy more complicated? Because it is trying to predict the future (Matthias made a comment regarding how 2.

[jira] [Resolved] (KAFKA-18578) Remove UpdateMetadataRequest in MetadataCacheTest

2025-01-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18578. - Resolution: Fixed > Remove UpdateMetadataRequest in MetadataCacheT

[jira] [Resolved] (KAFKA-18593) Remove ZkCachedControllerId In MetadataCache

2025-01-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18593. - Resolution: Fixed > Remove ZkCachedControllerId In MetadataCa

[jira] [Created] (KAFKA-18601) Assume a baseline of 3.3 for server protocol versions

2025-01-19 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-18601: --- Summary: Assume a baseline of 3.3 for server protocol versions Key: KAFKA-18601 URL: https://issues.apache.org/jira/browse/KAFKA-18601 Project: Kafka Issue

[jira] [Resolved] (KAFKA-18366) Remove KafkaConfig.interBrokerProtocolVersion

2025-01-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18366. - Resolution: Duplicate This being tackled via KAFKA-18360 > Rem

[jira] [Resolved] (KAFKA-17668) Rewrite LogCleaner#maxOverCleanerThreads and LogCleanerManager#maintainUncleanablePartitions

2025-01-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-17668. - Fix Version/s: 4.0.0 Resolution: Fixed > Rewrite LogCleaner#maxOverCleanerThreads

[jira] [Resolved] (KAFKA-18427) Remove ZooKeeperClient

2025-01-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18427. - Fix Version/s: 4.0.0 Resolution: Fixed > Remove ZooKeeperCli

[jira] [Resolved] (KAFKA-18540) Remove UpdataMetadataRequest in KafkaApisTest

2025-01-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18540. - Resolution: Fixed > Remove UpdataMetadataRequest in KafkaApisT

[jira] [Resolved] (KAFKA-18532) Clean Partition.scala zookeeper logic

2025-01-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18532. - Resolution: Fixed > Clean Partition.scala zookeeper lo

[jira] [Resolved] (KAFKA-18423) Remove ZkData and related unused references

2025-01-19 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18423. - Resolution: Fixed > Remove ZkData and related unused referen

[jira] [Resolved] (KAFKA-18514) Refactor share module to server and server-common

2025-01-17 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18514. - Resolution: Fixed > Refactor share module to server and server-com

[jira] [Resolved] (KAFKA-18431) Remove KafkaController

2025-01-17 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18431. - Resolution: Fixed > Remove KafkaController > -- > >

[jira] [Resolved] (KAFKA-18472) Remove MetadataSupport

2025-01-16 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18472. - Fix Version/s: 4.0.0 Resolution: Fixed > Remove MetadataSupp

[jira] [Resolved] (KAFKA-18552) Remove unnecessary version check from KafkaApisTest

2025-01-16 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18552. - Resolution: Fixed > Remove unnecessary version check from KafkaApisT

[jira] [Resolved] (KAFKA-18331) Update process.roles to required configuration

2025-01-16 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18331. - Resolution: Fixed > Update process.roles to required configurat

[jira] [Resolved] (KAFKA-7769) Illegal batch type class

2025-01-15 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-7769. Resolution: Cannot Reproduce Very old issue and I don't think anyone has run into this for

[jira] [Resolved] (KAFKA-8532) controller-event-thread deadlock with zk-session-expiry-handler0

2025-01-15 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-8532. Resolution: Won't Fix ZK support has been removed. > controller-event-thread deadlock

[jira] [Resolved] (KAFKA-12941) Remove excluded Streams tests when running with JDK 16

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-12941. - Resolution: Fixed This was resolved a while back. > Remove excluded Streams tests when runn

[jira] [Resolved] (KAFKA-2605) Replace `catch: Throwable` clauses with `NonFatal` or `NonControl`

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-2605. Resolution: Won't Fix Scala is being replaced with Java, so this is unlikely to get done

[jira] [Resolved] (KAFKA-7614) Fix scalac warnings and enable warnings as errors

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-7614. Resolution: Fixed This was done a while back. > Fix scalac warnings and enable warnings as err

[jira] [Resolved] (KAFKA-7062) Simplify MirrorMaker loop after removal of old consumer support

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-7062. Resolution: Fixed The old MirrorMaker has been removed. > Simplify MirrorMaker loop after remo

[jira] [Resolved] (KAFKA-6330) KafkaZkClient request queue time metric

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-6330. Resolution: Won't Fix ZK support is removed in 4.0. > KafkaZkClient request queue tim

[jira] [Resolved] (KAFKA-4513) Support migration of old consumers to new consumers without downtime

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4513. Resolution: Won't Fix No-one uses the scala consumer at this point. > Support migratio

[jira] [Resolved] (KAFKA-5883) Run tests on Java 9 with –illegal-access=deny

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5883. Resolution: Fixed Java changed the default, so this was effectively done. > Run tests on Jav

[jira] [Resolved] (KAFKA-4487) Tests should be run in Jenkins with INFO or DEBUG level

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4487. Resolution: Won't Fix Marking as "Won't fix" since it's been a long ti

[jira] [Resolved] (KAFKA-9333) Shim `core` module that targets default scala version (KIP-531)

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-9333. Resolution: Won't Fix We'll instead rely on the `kafka-server` module for Java code and

[jira] [Resolved] (KAFKA-12942) Remove excluded Connect tests when running with JDK 16

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-12942. - Resolution: Fixed This was resolved a while back. > Remove excluded Connect tests when runn

[jira] [Resolved] (KAFKA-13274) Ensure system tests run successfully with Java 17

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-13274. - Resolution: Fixed > Ensure system tests run successfully with Java

[jira] [Resolved] (KAFKA-10444) Migrate PR jobs to new Apache Infra Jenkins

2025-01-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-10444. - Resolution: Fixed > Migrate PR jobs to new Apache Infra Jenk

[jira] [Created] (KAFKA-18465) Remove MetadataVersion methods for versions older than 3.0

2025-01-09 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-18465: --- Summary: Remove MetadataVersion methods for versions older than 3.0 Key: KAFKA-18465 URL: https://issues.apache.org/jira/browse/KAFKA-18465 Project: Kafka

  1   2   3   4   5   6   7   8   9   10   >