Apply for JIRA contributor authority

2020-09-07 Thread 季伟
Hi, I want to contribute to Apache Kafka, Would you please offer me the contributor permission? My JIRA ID is jiweiautohome.

Request to join Assignee list

2020-09-07 Thread Yingshuan Song
Hi, Could you please add me to the JIRA Assignee list. I would like to start contributing. Jira username : ymxz Full Name: songyingshuan Apologies in case I've sent this request to the wrong mailing list. Thanks, Yingshuan Song

Apply for JIRA contributor authority

2020-09-07 Thread 季伟
Hi, I want to contribute to Apache Kafka, Would you please offer me the contributor permission? My JIRA ID is jiweiautohome. --

Re: [DISCUSS] KIP-405: Kafka Tiered Storage

2020-09-07 Thread Harsha Ch
Hi All, We are all working through the last meeting feedback. I'll cancel the tomorrow 's meeting and we can meanwhile continue our discussion in mailing list. We can start the regular meeting from next week onwards. Thanks, Harsha On Fri, Sep 04, 2020 at 8:41 AM, Satish Duggana <

[jira] [Created] (KAFKA-10467) kafka-topic --describe fails for topic created by "produce"

2020-09-07 Thread Swayam Raina (Jira)
Swayam Raina created KAFKA-10467: Summary: kafka-topic --describe fails for topic created by "produce" Key: KAFKA-10467 URL: https://issues.apache.org/jira/browse/KAFKA-10467 Project: Kafka

[jira] [Created] (KAFKA-10466) Add Regex option for replacement on MaskField SMT

2020-09-07 Thread Daeho Kim (Jira)
Daeho Kim created KAFKA-10466: - Summary: Add Regex option for replacement on MaskField SMT Key: KAFKA-10466 URL: https://issues.apache.org/jira/browse/KAFKA-10466 Project: Kafka Issue Type:

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-09-07 Thread Bruno Cadonna
Hi Bill, Could you add KIP-662 [1] to the release plan. The KIP has been already implemented. Best, Bruno [1] https://cwiki.apache.org/confluence/display/KAFKA/KIP-662%3A+Throw+Exception+when+Source+Topics+of+a+Streams+App+are+Deleted On 26.08.20 16:54, Bill Bejeck wrote: Greetings All!

[jira] [Resolved] (KAFKA-9924) Add RocksDB Memory Consumption to RocksDB Metrics

2020-09-07 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna resolved KAFKA-9924. -- Resolution: Fixed > Add RocksDB Memory Consumption to RocksDB Metrics >

[jira] [Created] (KAFKA-10465) Potential Bug/Doc update in Transactional Producer and Isolation Level

2020-09-07 Thread M. Manna (Jira)
M. Manna created KAFKA-10465: Summary: Potential Bug/Doc update in Transactional Producer and Isolation Level Key: KAFKA-10465 URL: https://issues.apache.org/jira/browse/KAFKA-10465 Project: Kafka

Re: [DISCUSS] KIP-567: Kafka Cluster Audit

2020-09-07 Thread Viktor Somogyi-Vass
Hi Nikolay, I actually have a somewhat different approach that is somewhat similar to the Authorizer interface. I have updated the KIP to reflect that. I'm happy to collaborate during the implementation. I have a code change not yet published but I can publish it and we can see what's the best

[jira] [Created] (KAFKA-10464) Kafka client throws IndexOutOfBoundsException when polling messages

2020-09-07 Thread Ismail Mekni (Jira)
Ismail Mekni created KAFKA-10464: Summary: Kafka client throws IndexOutOfBoundsException when polling messages Key: KAFKA-10464 URL: https://issues.apache.org/jira/browse/KAFKA-10464 Project: Kafka

[VOTE] KIP-667: Remove deprecated methods from ReadOnlyWindowStore

2020-09-07 Thread Jorge Esteban Quilcate Otoya
Hi everyone, I'd like to start a thread to vote for KIP-667 and fix deprecation notes on ReadOnlyWindowStore: https://cwiki.apache.org/confluence/display/KAFKA/KIP-667%3A+Remove+deprecated+methods+from+ReadOnlyWindowStore Discussion thread:

[VOTE] KIP-666: Add Instant-based methods to ReadOnlySessionStore

2020-09-07 Thread Jorge Esteban Quilcate Otoya
Hi everyone, I'd like to start a thread to vote for KIP-666 and align instant-based operations on Interactive Query APIs between Window and Session stores: https://cwiki.apache.org/confluence/display/KAFKA/KIP-666%3A+Add+Instant-based+methods+to+ReadOnlySessionStore Discussion thread:

Re: [DISCUSS] KIP-607: Add Metrics to Record the Memory Used by RocksDB to Kafka Streams

2020-09-07 Thread Bruno Cadonna
Hi all, FYI: I removed RocksDB metric estimate-oldest-key-time [1] from this KIP since I was not able to access the corresponding property on RocksDB. I regard this as a minor change since this property is only available for FIFO compaction with compaction_options_fifo.allow_compaction =

Re: [DISCUSS] KIP-567: Kafka Cluster Audit

2020-09-07 Thread Nikolay Izhikov
Hello, Viktor. Do you want to implement the exact approach as it described in the current KIP? Or you have another proposal on how it has to be implemented? I abandoned this KIP due to lack of interest from community. Guess we can collaborate during implementation. > 7 сент. 2020 г., в 13:13,

Re: [DISCUSS] KIP-567: Kafka Cluster Audit

2020-09-07 Thread Viktor Somogyi-Vass
Hi folks, It's been a few days since I last pinged and nobody replied so I assume that this KIP is abandoned and I can take this over (but please let me know if it's not). I will keep the current version of the KIP and move it to a sub-page if it's ever needed. Thanks, Viktor On Fri, Aug 28,

[jira] [Created] (KAFKA-10463) the necessary utilities in Dockerfile should include git

2020-09-07 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10463: -- Summary: the necessary utilities in Dockerfile should include git Key: KAFKA-10463 URL: https://issues.apache.org/jira/browse/KAFKA-10463 Project: Kafka

Re: [DISCUSS] KIP-663: API to Start and Shut Down Stream Threads and to Request Closing of Kafka Streams Clients

2020-09-07 Thread Bruno Cadonna
Hi Sophie, Thanks for your feedback! I replied inline. I changed the subject from [VOTE] to [DISCUSS] so that we can follow up in the discussion thread. Best, Bruno On 03.09.20 21:15, Sophie Blee-Goldman wrote: Hey, sorry for the late reply, I just have one minor suggestion. Since we

Re: [DISCUSS] KIP-663: API to Start and Shut Down Stream Threads and to Request Closing of Kafka Streams Clients

2020-09-07 Thread Bruno Cadonna
Hi John, I agree with you except for checking null. I would rather prefer to use Optional as the return type to both methods. I changed the subject from [VOTE] to [DISCUSS] so that we can follow up in the discussion thread. Best, Bruno On 04.09.20 23:12, John Roesler wrote: Hi Sophie,

Re: [DISCUSS] KIP-431: Support of printing additional ConsumerRecord fields in DefaultMessageFormatter

2020-09-07 Thread Badai Aqrandista
Hi all Does anyone have time to review this PR? I have created a PR for KIP-431 against the latest trunk: https://github.com/apache/kafka/pull/9099 Regards Badai On Fri, Jul 10, 2020 at 2:57 PM huxi_2b wrote: > > Badai, > > Replying in this thread. Two possible ways come up into my head: > >