Permission Request - contribute to Kafka

2022-10-06 Thread Paresh Thatte
Contributor Permission request for Kafka. - *Wiki-ID*: pat70 - *Jira-ID*: pat70

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

2022-10-06 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-14283) Fix connector creation authorization tests not doing anything

2022-10-06 Thread Matthew de Detrich (Jira)
Matthew de Detrich created KAFKA-14283: -- Summary: Fix connector creation authorization tests not doing anything Key: KAFKA-14283 URL: https://issues.apache.org/jira/browse/KAFKA-14283 Project:

Re: [DISCUSS] KIP-844: Transactional State Stores

2022-10-06 Thread Alexander Sorokoumov
Hey Nick, It is going to be option c. Existing state is considered to be committed and there will be an additional RocksDB for uncommitted writes. I am out of office until October 24. I will update KIP and make sure that we have an upgrade test for that after coming back from vacation. Best,

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

2022-10-06 Thread Apache Jenkins Server
See Changes: -- [...truncated 426580 lines...] [2022-10-06T17:43:17.377Z] [2022-10-06T17:43:17.377Z] Gradle Test Run :streams:integrationTest > Gradle Test Executor 166

Re: Consumer group state is in inconsistent state

2022-10-06 Thread Maneesh Bhunwal
If it helps, I can see that the group coordinator of the consumer group is changing. from one partition to another ( I validated by checking __consumer_offsets topic's messages) >From what i have read, it is derived from consumer groupname's hash modulo number of partitions in __consumer_offsets.

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.3 #99

2022-10-06 Thread Apache Jenkins Server
See

Re: [DISCUSS] Apache Kafka 3.4.0 release

2022-10-06 Thread Guozhang Wang
4.0 is gonna be the next big milestone :) Thanks Sophie! On Wed, Oct 5, 2022 at 6:08 PM David Jacot wrote: > +1. Thanks, Sophie! > > Le mer. 5 oct. 2022 à 19:57, Luke Chen a écrit : > > > Hi Sophie, > > > > Thanks for volunteering! > > > > Luke > > > > On Thu, Oct 6, 2022 at 6:17 AM José

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

2022-10-06 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-844: Transactional State Stores

2022-10-06 Thread Nick Telford
Hi everyone, I realise this has already been voted on and accepted, but it occurred to me today that the KIP doesn't define the migration/upgrade path for existing non-transactional StateStores that *become* transactional, i.e. by adding the transactional boolean to the StateStore constructor.

Consumer group state is in inconsistent state

2022-10-06 Thread Maneesh Bhunwal
Hi Team, We have 6 node kafka cluster (version 2.0.0). when i try to get the state of a consumer group by only specifying only one broker ip, I am getting different results (4 of the brokers are responding with 1 response and 2 of the brokers with another response.) bin/kafka-consumer-groups.sh

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.3 #98

2022-10-06 Thread Apache Jenkins Server
See

[GitHub] [kafka-site] mimaison merged pull request #457: MINOR: Fix closing code tag

2022-10-06 Thread GitBox
mimaison merged PR #457: URL: https://github.com/apache/kafka-site/pull/457 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

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

2022-10-06 Thread Apache Jenkins Server
See

[GitHub] [kafka-site] mimaison opened a new pull request, #457: MINOR: Fix closing code tag

2022-10-06 Thread GitBox
mimaison opened a new pull request, #457: URL: https://github.com/apache/kafka-site/pull/457 Without this closing tag, all configs below `partitioner.availability.timeout.ms` are rendered in `code` blocks: https://kafka.apache.org/documentation/#consumerconfigs -- This is an automated

[jira] [Created] (KAFKA-14282) RecordCollector throws exception on message processing

2022-10-06 Thread Sebastian Bruckner (Jira)
Sebastian Bruckner created KAFKA-14282: -- Summary: RecordCollector throws exception on message processing Key: KAFKA-14282 URL: https://issues.apache.org/jira/browse/KAFKA-14282 Project: Kafka