Re: Regarding Contribution to Kafka.

2022-09-25 Thread Luke Chen
Hi Vimal, Before you pick up JIRA issues to work on, please contact us (reply this email is OK) to be added to the contributor list with your JIRA account username provided in the email. After that you can assign yourself to the JIRA ticket you have started working on so others will notice.

Regarding Contribution to Kafka.

2022-09-25 Thread Vimal K
Hello , Very much interested to start *contributing to kafka*. Just a quick question, are there *any prerequisites* for being a contributor @ *kafka *or I can just enroll to the mailing list and start picking JIRA issues to work on , of course after reading the style guidelines and code of

[DISCUSS] solutions for broker OOM caused by many producer IDs

2022-09-25 Thread Luke Chen
Hi devs, As stated in the motivation section in KIP-854 : With idempotent producers becoming the default in Kafka, this means that unless otherwise specified, all new producers will be given

Re: Request for contributor permissions

2022-09-25 Thread Christopher Razavian
Brilliant, thanks Chris! On Sun, Sep 25, 2022 at 5:01 PM Chris Egerton wrote: > Hi Chris, > > You're all set. > > Cheers, > > Chris > > On Sat, Sep 24, 2022 at 4:51 AM Christopher Razavian < > chris.pooya.razav...@gmail.com> wrote: > > > Hello, > > > > I'd like to request for contributor

Re: Request for contributor permissions

2022-09-25 Thread Chris Egerton
Hi Chris, You're all set. Cheers, Chris On Sat, Sep 24, 2022 at 4:51 AM Christopher Razavian < chris.pooya.razav...@gmail.com> wrote: > Hello, > > I'd like to request for contributor permissions. JIRA ID: pooya72. Thank > you. > > Regards, > > Chris >

[DISCUSS] KIP-872: Add Serializer#serializeToByteBuffer() to reduce memory copying

2022-09-25 Thread ShunKang Lin
Hi all, I'd like to start a new discussion thread on KIP-872 (Kafka Client) which proposes that add Serializer#serializeToByteBuffer() to reduce memory copying. KIP: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=228495828 Thanks, ShunKang

[DISCUSS] KIP-871: Fix ByteBufferSerializer#serialize(String, ByteBuffer) compatible problem

2022-09-25 Thread ShunKang Lin
Hi all, I'd like to start a new discussion thread on KIP-871 (Kafka Client) which proposes that fix ByteBufferSerializer#serialize(String, ByteBuffer) compatible problem. Links: KIP: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=228495816 Jira:

Re: [DISCUSS] KIP-863: Reduce Fetcher#parseRecord() memory copy

2022-09-25 Thread ShunKang Lin
Hi Guozhang, When I try add method `default ByteBuffer serializeToByteBuffer(String topic, Headers headers, T data)` for `ByteBufferSerializer`, I found `ByteBufferSerializer#serialize(String, ByteBuffer)` is not correct. Then I searched JIRA and found this: