Re: [ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Tom Bentley
Congratulations Luke! On Thu, 10 Feb 2022 at 06:41, Josep Prat wrote: > Congrats Luke! > > ——— > Josep Prat > > Aiven Deutschland GmbH > > Immanuelkirchstraße 26, 10405 Berlin > > Amtsgericht Charlottenburg, HRB 209739 B > > Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen > > m: +491715557497

Log directory offline on AWS EBS

2022-02-09 Thread Audrius Petrosius
Hello, We are encountering such issues on AWS EBS based system, nothing in AWS logs. Is it memory or IO issue, as it states in one line in dir /srv/kafka/disk1 due to IOException (kafka.server.LogDirFailureChannel) java.io.IOException: Map failed and in second Caused by: java.lang.OutOfMemoryE

Is one set of Kafka Connect maintenance topics enough on a Kafka Cluster if multiple Kafka Connect clusters connect to it?

2022-02-09 Thread Behrang Saeedzadeh
Hi I have a Kafka cluster and a Kafka Connect cluster that connects to it. This Kafka Connect cluster has: * group.id = KCG1 * config.storage.topic = connect-config * offset.storage.topic = connect-storage * status.storage.topic = connect-status I want to build a 2nd Kafka Connect cluster with

Re: [ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Josep Prat
Congrats Luke! ——— Josep Prat Aiven Deutschland GmbH Immanuelkirchstraße 26, 10405 Berlin Amtsgericht Charlottenburg, HRB 209739 B Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen m: +491715557497 w: aiven.io e: josep.p...@aiven.io On Thu, Feb 10, 2022, 07:07 Randall Hauch wrote: > Con

Re: [ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Randall Hauch
Congratulations, Luke! On Wed, Feb 9, 2022 at 11:02 PM Matthias J. Sax wrote: > Congratulations! Glad to have you onboard, Luke! > > -Matthias > > On 2/9/22 16:37, Bill Bejeck wrote: > > Congrats Luke! Well deserved. > > > > -Bill > > > > On Wed, Feb 9, 2022 at 7:25 PM Israel Ekpo wrote: > > >

Re: [ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Matthias J. Sax
Congratulations! Glad to have you onboard, Luke! -Matthias On 2/9/22 16:37, Bill Bejeck wrote: Congrats Luke! Well deserved. -Bill On Wed, Feb 9, 2022 at 7:25 PM Israel Ekpo wrote: Congratulations Luke! Thank you for your service On Wed, Feb 9, 2022 at 6:22 PM Guozhang Wang wrote: The

Re: [ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Bill Bejeck
Congrats Luke! Well deserved. -Bill On Wed, Feb 9, 2022 at 7:25 PM Israel Ekpo wrote: > Congratulations Luke! > > Thank you for your service > > On Wed, Feb 9, 2022 at 6:22 PM Guozhang Wang wrote: > > > The PMC for Apache Kafka has invited Luke Chen (showuon) as a committer > and > > we are pl

Re: [ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Israel Ekpo
Congratulations Luke! Thank you for your service On Wed, Feb 9, 2022 at 6:22 PM Guozhang Wang wrote: > The PMC for Apache Kafka has invited Luke Chen (showuon) as a committer and > we are pleased to announce that he has accepted! > > Luke has been actively contributing to Kafka since early 2020

[ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Guozhang Wang
The PMC for Apache Kafka has invited Luke Chen (showuon) as a committer and we are pleased to announce that he has accepted! Luke has been actively contributing to Kafka since early 2020. He has made more than 120 commits on various components of Kafka, with notable contributions to the rebalance

Is Kafka 508 Compliance?

2022-02-09 Thread Uddin, Shafi (Contractor)
Hello, We are going to utilize Kafka in our project wondering if it supports ADA/508 for developer Thanks and Regrards, [Icon Description automatically generated][cid:image002.png@01D81DC7.43A035A0] A CMMI(r) Level 3 Company | SDB Shafi Uddin Test Lead G5 Modernization Cell: (410) 982-9897

RE: encrypt the password in jaas conf

2022-02-09 Thread Bill Gibson
For SASL/PLAIN, an option for client code is to use the sasl.jaas.config property instead of a jaas property file. You can store the password encrypted, decrypt it at runtime, and set the "sasl.jaas.config" property in the client configuration properties. I have used this method. For the broker