Re: Request to add to Kafka dev list

2022-10-03 Thread Luke Chen
hello Abhishek, What's your JIRA ID here ? Also, the wiki ID here ? Please provide me these info so that I can grant your

Request to add to Kafka dev list

2022-10-03 Thread abhishek yadav
Hi Team, I want to contribute to kafka project, can you please add me to dev list DL. Thanks, Abhishek Yadav

Re: Requesting permissions to contribute to Apache Kafka

2022-10-03 Thread Luke Chen
Hi Vimal, You are all set. Thanks for the interest in Apache Kafka. Luke On Tue, Oct 4, 2022 at 12:50 AM Vimal K wrote: > wiki id: *vimalinfo10* > Jira id : *vimalinfo10* > > Thanks & Regards > Vimal Krishnamoorthy >

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.3 #96

2022-10-03 Thread Apache Jenkins Server
See Changes: -- [...truncated 496880 lines...] [2022-10-04T00:21:47.673Z] org.apache.kafka.streams.processor.internals.StreamsAssignmentScaleTest >

[jira] [Created] (KAFKA-14275) KRaft Controllers should crash after failing to apply any metadata record

2022-10-03 Thread Niket Goel (Jira)
Niket Goel created KAFKA-14275: -- Summary: KRaft Controllers should crash after failing to apply any metadata record Key: KAFKA-14275 URL: https://issues.apache.org/jira/browse/KAFKA-14275 Project:

Re: [ANNOUNCE] Apache Kafka 3.3.1

2022-10-03 Thread José Armando García Sancio
On Mon, Oct 3, 2022 at 2:00 PM Igor Soarez wrote: > > Thanks Jose and David for running this patch release. Congratulations to all! > > I don't see the tag or the usual commit sequence in the 3.3 branch for this > release. I'd expect a `3.3.1` and a commit moving the version to >

Re: [ANNOUNCE] Apache Kafka 3.3.1

2022-10-03 Thread Igor Soarez
Thanks Jose and David for running this patch release. Congratulations to all! I don't see the tag or the usual commit sequence in the 3.3 branch for this release. I'd expect a `3.3.1` and a commit moving the version to 3.3.2-SNAPSHOT. The latest commit in the 3.3 branch still has

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

2022-10-03 Thread Apache Jenkins Server
See

Re: [ANNOUNCE] Apache Kafka 3.3.1

2022-10-03 Thread Randall Hauch
Thanks, Jose and David, for running this patch release. And congratulations to all the contributors! On Mon, Oct 3, 2022 at 12:12 PM Mickael Maison wrote: > Congratulations to all the contributors! > > Thanks José and David for running this release. > > > > On Mon, Oct 3, 2022 at 6:22 PM José

Re: [DISCUSS] KIP-793: Sink Connectors: Support topic-mutating SMTs for async connectors (preCommit users)

2022-10-03 Thread Randall Hauch
On Mon, Oct 3, 2022 at 11:45 AM Yash Mayya wrote: > Hi Randall, > > Thanks for elaborating. I think these are all very good points and I see > why the overloaded `SinkTask::put` method is a cleaner solution overall. > > > public void put(Collection records, Map TopicPartition>

Re: KIP - Permissions

2022-10-03 Thread Mathieu Amblard
Hi Mickael, Thank you very much ! Cheers, Mathieu Le lun. 3 oct. 2022 à 16:51, Mickael Maison a écrit : > Hi Matthieu, > > I've granted you permissions to both Jira and the wiki. > > Thanks for your interest in Apache Kafka! > > Mickael > > On Mon, Oct 3, 2022 at 4:02 PM Mathieu Amblard >

[jira] [Created] (KAFKA-14274) Implement fetching logic

2022-10-03 Thread Philip Nee (Jira)
Philip Nee created KAFKA-14274: -- Summary: Implement fetching logic Key: KAFKA-14274 URL: https://issues.apache.org/jira/browse/KAFKA-14274 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14273) Kafka doesn't start with KRaft on Windows

2022-10-03 Thread Kedar Joshi (Jira)
Kedar Joshi created KAFKA-14273: --- Summary: Kafka doesn't start with KRaft on Windows Key: KAFKA-14273 URL: https://issues.apache.org/jira/browse/KAFKA-14273 Project: Kafka Issue Type: Bug

Re: [ANNOUNCE] Apache Kafka 3.3.1

2022-10-03 Thread Mickael Maison
Congratulations to all the contributors! Thanks José and David for running this release. On Mon, Oct 3, 2022 at 6:22 PM José Armando García Sancio wrote: > > The Apache Kafka community is pleased to announce the release for > Apache Kafka 3.3.1. > > Kafka 3.3.1 includes a number of

Requesting permissions to contribute to Apache Kafka

2022-10-03 Thread Vimal K
wiki id: *vimalinfo10* Jira id : *vimalinfo10* Thanks & Regards Vimal Krishnamoorthy

Re: [DISCUSS] KIP-793: Sink Connectors: Support topic-mutating SMTs for async connectors (preCommit users)

2022-10-03 Thread Yash Mayya
Hi Randall, Thanks for elaborating. I think these are all very good points and I see why the overloaded `SinkTask::put` method is a cleaner solution overall. > public void put(Collection records, Map updatedTopicPartitions) I think this should be `public void put(Collection records, Map

[jira] [Resolved] (KAFKA-14247) Implement EventHandler interface and DefaultEventHandler

2022-10-03 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-14247. - Resolution: Fixed > Implement EventHandler interface and DefaultEventHandler >

[ANNOUNCE] Apache Kafka 3.3.1

2022-10-03 Thread José Armando García Sancio
The Apache Kafka community is pleased to announce the release for Apache Kafka 3.3.1. Kafka 3.3.1 includes a number of significant new features. Here is a summary of some notable changes: KIP-833: Mark KRaft as Production Ready KIP-778: KRaft to KRaft upgrades KIP-835: Monitor KRaft Controller

Re: KIP - Permissions

2022-10-03 Thread Mickael Maison
Hi Matthieu, I've granted you permissions to both Jira and the wiki. Thanks for your interest in Apache Kafka! Mickael On Mon, Oct 3, 2022 at 4:02 PM Mathieu Amblard wrote: > > Hello, > > I would like to create a KIP, I am doing the procedure to create one : > > >1. Send an email to the

KIP - Permissions

2022-10-03 Thread Mathieu Amblard
Hello, I would like to create a KIP, I am doing the procedure to create one : 1. Send an email to the dev mailing list (dev@kafka.apache.org) containing your wiki ID and Jira ID requesting permissions to contribute to Apache Kafka. Here are the necessary information : Wiki ID :

Re: [VOTE] 3.3.1 RC0

2022-10-03 Thread Federico Valeri
Hi, I did the following to validate the release: - Checksums and signatures ok - Build from source ok - Unit and integration tests ok - Quickstart in both ZK and KRaft modes ok - Test Java app with staging Maven artifacts ok +1 (non binding) Thanks Fede On Sun, Oct 2, 2022 at 7:47 PM José