[jira] [Resolved] (KAFKA-13741) Cluster IDs should not have leading dash

2022-04-04 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-13741. -- Resolution: Fixed > Cluster IDs should not have leading dash > ---

Re: Developer access

2022-04-04 Thread Jim Hughes
Hi Bill, Thank you very much! Cheers, Jim On Mon, Apr 4, 2022 at 4:58 PM Bill Bejeck wrote: > Hey Jim, > > You're all set now on Jira and the Wiki. > > -Bill > > > > On Mon, Apr 4, 2022 at 4:52 PM Jim Hughes > wrote: > > > Hi all, > > > > Could I get access to the Kafka project in JIRA and o

Re: [DISCUSS] KIP-826: Define platforms supported

2022-04-04 Thread Ismael Juma
On Mon, Apr 4, 2022 at 3:15 PM Ismael Juma wrote: > Regarding 2, relying on CI alone is quite challenging from a debugging > perspective. Committers typically rely on the ability to run locally or via > a VM on a given platform. For platforms that are not particularly popular, > I am not sure if

Re: [DISCUSS] KIP-826: Define platforms supported

2022-04-04 Thread Ismael Juma
Regarding 2, relying on CI alone is quite challenging from a debugging perspective. Committers typically rely on the ability to run locally or via a VM on a given platform. For platforms that are not particularly popular, I am not sure if the Apache Kafka committer should incur the burden of suppor

[jira] [Created] (KAFKA-13798) KafkaController should send LeaderAndIsr request when LeaderRecoveryState is altered

2022-04-04 Thread Jose Armando Garcia Sancio (Jira)
Jose Armando Garcia Sancio created KAFKA-13798: -- Summary: KafkaController should send LeaderAndIsr request when LeaderRecoveryState is altered Key: KAFKA-13798 URL: https://issues.apache.org/jira/brow

Re: Developer access

2022-04-04 Thread Bill Bejeck
Hey Jim, You're all set now on Jira and the Wiki. -Bill On Mon, Apr 4, 2022 at 4:52 PM Jim Hughes wrote: > Hi all, > > Could I get access to the Kafka project in JIRA and on the Wiki? My > username for each is jhughes. > > Thanks in advance! > > Cheers, > > Jim >

Developer access

2022-04-04 Thread Jim Hughes
Hi all, Could I get access to the Kafka project in JIRA and on the Wiki? My username for each is jhughes. Thanks in advance! Cheers, Jim

[jira] [Created] (KAFKA-13797) Adding metric to indicate metadata response outgoing bytes rate

2022-04-04 Thread Lucas Wang (Jira)
Lucas Wang created KAFKA-13797: -- Summary: Adding metric to indicate metadata response outgoing bytes rate Key: KAFKA-13797 URL: https://issues.apache.org/jira/browse/KAFKA-13797 Project: Kafka

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

2022-04-04 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-13159) Enable system tests for transactions in KRaft mode

2022-04-04 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-13159. -- Resolution: Fixed Resolving as these tests have been enabled on trunk for a while now: https:

Re: [DISCUSS] KIP-714: Client metrics and observability

2022-04-04 Thread Jun Rao
Hi, Xavier, Thanks for the reply. 28. It does seem that we have started using KafkaMetrics on the broker side. Then, my only concern is on the usage of Histogram in KafkaMetrics. Histogram in KafkaMetrics statically divides the value space into a fixed number of buckets and only returns values on

[jira] [Resolved] (KAFKA-13684) KStream rebalance can lead to JVM process crash when network issues occure

2022-04-04 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna resolved KAFKA-13684. --- Resolution: Not A Bug > KStream rebalance can lead to JVM process crash when network issues

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

2022-04-04 Thread Apache Jenkins Server
See

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

2022-04-04 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2022-04-04 Thread David Jacot
Hi folks, We have made a small change to this KIP for the Apache Kafka 3.2 release. When we tried to use this in Kafka Streams, we noted a significant degradation of the performances, see [1]. It is not clear whether the prefixing is the root cause of the issue or not. To be on the safe side, we

[jira] [Created] (KAFKA-13796) MM2 - Topics Exclude/Blacklist not working

2022-04-04 Thread David Bros (Jira)
David Bros created KAFKA-13796: -- Summary: MM2 - Topics Exclude/Blacklist not working Key: KAFKA-13796 URL: https://issues.apache.org/jira/browse/KAFKA-13796 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-13795) MM2 Default topics.exclude does not work

2022-04-04 Thread David Bros (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bros resolved KAFKA-13795. Resolution: Abandoned > MM2 Default topics.exclude does not work > --

[jira] [Created] (KAFKA-13795) MM2 Default topics.exclude does not work

2022-04-04 Thread David Bros (Jira)
David Bros created KAFKA-13795: -- Summary: MM2 Default topics.exclude does not work Key: KAFKA-13795 URL: https://issues.apache.org/jira/browse/KAFKA-13795 Project: Kafka Issue Type: Bug

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

2022-04-04 Thread Apache Jenkins Server
See

Re: HACKING vulnerability is SpringBoot (Java) for apache kafka

2022-04-04 Thread Kafka Life
Dear Luke , Thank you for your kind and prompt response. On Mon, Apr 4, 2022 at 1:23 PM Luke Chen wrote: > Hi, > > The impact for the CVE-2022-22965? Since this is a RCE vulnerability, which > means the whole system (including Kafka and ZK) is under the attackers' > control, and can do whatever

Re: HACKING vulnerability is SpringBoot (Java) for apache kafka

2022-04-04 Thread Luke Chen
Hi, The impact for the CVE-2022-22965? Since this is a RCE vulnerability, which means the whole system (including Kafka and ZK) is under the attackers' control, and can do whatever they want. The ideal fix for this is to upgrade Spring Framework 5.3.18 and 5.2.20 or greater. Alternatively, you ca

[GitHub] [kafka] dajac commented on a diff in pull request #11965: KAFKA-13778: Fetch from follower should never run the preferred read replica selection

2022-04-04 Thread GitBox
dajac commented on code in PR #11965: URL: https://github.com/apache/kafka/pull/11965#discussion_r841436792 ## core/src/main/scala/kafka/cluster/Partition.scala: ## @@ -256,6 +256,7 @@ class Partition(val topicPartition: TopicPartition, // start offset for 'leaderEpoch' above

HACKING vulnerability is SpringBoot (Java) for apache kafka

2022-04-04 Thread Kafka Life
Hi Kafka Experts Regarding the recent threat of vulnerability in spring framework , CVE-2022-22965 vulnerability is SpringBoot (Java) for apache kafka and Zookeeper. Could one of you suggest how Apache kafka and zk are impacted and what should be the ideal fix for this . Vulnerability in the Spri