Re: [DISCUSS] KIP-687: Automatic Reloading of Security Store

2020-12-06 Thread Noa Resare
The benefit of the solution I mention is simply that it can be implemented without changing Kafka, and I provided it more as a side note for people reading this list that might not have time to wait for this KIP to land into a released version. I do think that the KIP proposal would be very usef

Re: [DISCUSS] KIP-687: Automatic Reloading of Security Store

2020-12-06 Thread Igor Soarez
> > The proposed change relies on a file watch, why not also have a polling > > interval to check the file for changes? > > > > The periodical check could work, the slight downside is that we need > additional configurations to schedule the interval. Do you think the > file-watch approach has any

contributor permission

2020-12-06 Thread sadath pasha
Hi, I would like to contribute to the Kafka issues . Hence Requesting f for contributor permission. Jira id: sadath email:sadat...@gmail.com name: Muhammad gulam sadath pasha Thanks and regards Sadath pasha

Re: contributor permission

2020-12-06 Thread Mickael Maison
Done, thanks for your interest in Apache Kafka! On Sun, Dec 6, 2020 at 4:57 PM sadath pasha wrote: > > Hi, > I would like to contribute to the Kafka issues . > Hence Requesting f for contributor permission. > > Jira id: sadath > email:sadat...@gmail.com > name: Muhammad gulam sadath pasha > > > T

[jira] [Created] (KAFKA-10814) improving ability of handling exception in kafka

2020-12-06 Thread yuzhou (Jira)
yuzhou created KAFKA-10814: -- Summary: improving ability of handling exception in kafka Key: KAFKA-10814 URL: https://issues.apache.org/jira/browse/KAFKA-10814 Project: Kafka Issue Type: Wish

Re: [DISCUSSION] KIP-650: Enhance Kafkaesque Raft semantics

2020-12-06 Thread Unmesh Joshi
Hi Boyang, Thanks for the KIP.. I think there are two aspects of linearizable read implementations in Raft. 1. Providing linearizable reads from the leader Even read requests from the leader might not return the latest committed results if the leader is partitioned. The leader needs to make su

Re: [VOTE] 2.7.0 RC4

2020-12-06 Thread Boyang Chen
Hey Bill, Unfortunately we have found another regression in 2.7 streams, which I have filed a blocker here . The implementation is done, and I will try to get reviews and merge ASAP. Best, Boyang On Fri, Dec 4, 2020 at 3:14 PM Jack Yang wrote:

Re: [DISCUSS] KIP-687: Automatic Reloading of Security Store

2020-12-06 Thread Gwen Shapira
Agree with Igor. IIRC, we also encountered cases where filewatch was not triggered as expected. An interval will give us a better worse-case scenario that is easily controlled by the Kafka admin. Gwen On Sun, Dec 6, 2020 at 8:17 AM Igor Soarez wrote: > > > > > The proposed change relies on a fil

Re: [VOTE] KIP-679: Producer will enable the strongest delivery guarantee by default

2020-12-06 Thread Gwen Shapira
+1 (binding). Awesome suggestion, Cheng. On Fri, Dec 4, 2020 at 11:00 AM Cheng Tan wrote: > > Hi all, > > I’m proposing a new KIP for enabling the strongest delivery guarantee by > default. Today Kafka support EOS and N-1 concurrent failure tolerance but the > default settings haven’t bring the