Re: --override option for bin/connect-distributed.sh

2020-12-22 Thread Tom Bentley
Hi Aki, Since this is a change to a public API of the project it would need to be done through the KIP process [1]. Since writing the KIP in this case isn't much work, I suggest you write it up as a proposal and start a KIP discussion thread on the dev@ mailing list, then interested people can com

Re: --override option for bin/connect-distributed.sh

2020-12-22 Thread Aki Yoshida
Hi Tom, thank for your suggestion. I'll follow the KIP process. regards, aki El mar, 22 dic 2020 a las 10:18, Tom Bentley () escribió: > > Hi Aki, > > Since this is a change to a public API of the project it would need to be > done through the KIP process [1]. Since writing the KIP in this case is

Re: Kafka Scaling Ideas

2020-12-22 Thread Haruki Okada
Hm, it's an optimization for "first layer", so if the bottleneck is in "second layer" (i.e. DB write) as you mentioned, it shouldn't make much difference I think. 2020年12月22日(火) 16:02 Yana K : > I thought about it but then we don't have much time - will it optimize > performance? > > On Mon, Dec

Support for Uni-directional data-diode?

2020-12-22 Thread Danny - Terafence
Hello, Merry Christmas, My name is Danny Michaeli, I am Terafence’s Technical Services Manager. One of our customers is using KAFKA to gather ICS SEIM data to collect and forward to AI servers. They have requested us to propose a uni-directional solution to avoid being exposed from the AI ser

Re: Support for Uni-directional data-diode?

2020-12-22 Thread jan
Dunno if it helps (if in doubt, probably not) but a search for the term gets some useful articles (inc. ) and a company who may be worth contacting (I'm not affil

Producer batch size

2020-12-22 Thread Dhirendra Singh
Hi, I have a question related to batch.size producer configuration. What happens when batch.size has reached and the producer app thread sends more data ? Does the thread block till space becomes available in the buffer containing the batch ? Thanks, Dhirendra.

Re: Support for Uni-directional data-diode?

2020-12-22 Thread Danny - Terafence
Thank you Jan, The aim is to secure the sending side infrastructure and assets. Deny any known and unkown attacks from the "outside" while maintaining real-time data flowing outbound. Data integrity may be maintained in various ways if the forwarded protocol has such options. I wonder if KAFKA