Re: does Kafka exactly-once guarantee also apply to kafka state stores?

2021-01-20 Thread Matthias J. Sax
If you can make the write idempotent, you should be fine. For this case, you might need to catch exceptions on INSERT INTO` and convert into `UPDATE` statement. -Matthias On 1/19/21 5:49 AM, Pushkar Deole wrote: > Is there also a way to avoid duplicates if the application consumer from > kafka

Re: [EXTERNAL] SSL error while doing curl on kafka

2021-01-20 Thread Sachit Murarka
Hi Jose, I was trying to validate the output of CURLfor ssl enabled kafka as there was issue with Kafka SSL while consumption through spark streaming. The client keystore was corrupt. I regenerated the certs and keystores. It worked fine. Kind Regards, Sachit Murarka On Tue, Jan 19, 2021 at

Re: Apache Kafka project CLA requirement

2021-01-20 Thread Manikumar
Hi, Apache Software Foundation does not require code contributors (non-committers) to sign CLA. Contributions are considered to be under the Apache License. Committers need to sign a CLA. Thanks, Manikumar On Wed, Jan 20, 2021 at 7:53 PM Radoslava Zheleva wrote: > Hello Team, > > > > May you

Re: Apache Kafka project CLA requirement

2021-01-20 Thread Radoslava Zheleva
Hello Team, May you please advise if the Apache Kafka project requires contributors to sign the ASF CLA? I have been going through the project’s GitHub repo and the webpage and I am not able to confirm if signing of the ASF CLA is require or not. May you please advise? In case you are requirin