Connect/broker compatibility

2022-04-13 Thread Chris Egerton
Hi all, I noticed that we recently altered Kafka Connect to explicitly disable idempotent producers by default [1], with the rationale being that this ensured compatibility with brokers running versions older than 0.11 and ACL-protected brokers running versions older than 2.8. There has also been

[jira] [Resolved] (KAFKA-13743) kraft controller should prevent topics with conflicting metrics names from being created

2022-04-13 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming resolved KAFKA-13743. Reviewer: Colin McCabe Resolution: Fixed > kraft controller should prevent topics with confl

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #858

2022-04-13 Thread Apache Jenkins Server
See

Re: [VOTE] 3.1.1 RC0

2022-04-13 Thread Ismael Juma
I added a comment to that PR. Let's figure out if we need an additional change before doing the next RC. Ismael On Tue, Apr 12, 2022 at 7:47 PM Luke Chen wrote: > Thanks for pointing that out, David. > +1 to include this PR since we've already included the first fix for > KAFKA-13794, and this

[jira] [Resolved] (KAFKA-13808) Mirrormaker2 stop sync data when modify topic partition in "Running a dedicated MirrorMaker cluster" mode

2022-04-13 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton resolved KAFKA-13808. --- Resolution: Duplicate > Mirrormaker2 stop sync data when modify topic partition in "Running

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.2 #29

2022-04-13 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-13651) Add audit logging to StandardAuthorizer

2022-04-13 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-13651. -- Resolution: Fixed > Add audit logging to StandardAuthorizer >

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #856

2022-04-13 Thread Apache Jenkins Server
See

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.2 #28

2022-04-13 Thread Apache Jenkins Server
See

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #855

2022-04-13 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-828: Add the corresponding validator to the configuration where the validator is missing

2022-04-13 Thread Chris Egerton
Hi Riven, I think it may be possible to accomplish most or all of this without a KIP. RE ConfigDef.NonNullAndEmptyString: is there a case that this validator satisfies that isn't satisfied by the existing ConfigDef.NonEmptyString validator [1] ? If a property is required but a user doesn't specif

[jira] [Resolved] (KAFKA-13542) Utilize the new Consumer#enforceRebalance(reason) API in Streams

2022-04-13 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-13542. - Fix Version/s: 3.2.0 (was: 3.3.0) Resolution: Fixed > Utilize the

[jira] [Resolved] (KAFKA-13828) Ensure reasons sent by the consumer are small

2022-04-13 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-13828. - Fix Version/s: 3.2.0 Resolution: Fixed > Ensure reasons sent by the consumer are small >

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.2 #27

2022-04-13 Thread Apache Jenkins Server
See

[DISCUSS] KIP-830: Allow disabling JMX Reporter

2022-04-13 Thread Mickael Maison
Hi, I've created a small KIP to allow disabling JMXreporter: https://cwiki.apache.org/confluence/display/KAFKA/KIP-830%3A+Allow+disabling+JMX+Reporter Let me know if you have any feedback. Thanks, Mickael

Re: [DISCUSS] KIP-828: Add the corresponding validator to the configuration where the validator is missing

2022-04-13 Thread Lolov, Christo
Hello! I am struggling to understand the context of the suggested change. Is the point to add dynamic validation? In other words, is the idea that when a person adds another SASL module it would automatically be picked up by the validation framework and the validation list would automatically c

[jira] [Created] (KAFKA-13828) Ensure reasons sent by the consumer are small

2022-04-13 Thread David Jacot (Jira)
David Jacot created KAFKA-13828: --- Summary: Ensure reasons sent by the consumer are small Key: KAFKA-13828 URL: https://issues.apache.org/jira/browse/KAFKA-13828 Project: Kafka Issue Type: Bug