Re: Kafka connect JMS sink connector performance

2021-12-19 Thread Luke Chen
Hi Tilak, > While using the connector we observed that, for each call to the `put` method in our `SinkTask` implementation, there is some delay between calls which is in the range of [200ms to 1sec]. Yes, that makes sense! As you should have known, the sinkTask is also a Kafka consumer, which try

Re: CVE-2021-44228 – Log4j 2 Vulnerability

2021-12-19 Thread Luke Chen
Hi Dhirendra, Please find the Kafka's public statement for this CVE in this CVE list page: https://kafka.apache.org/cve-list. Thank you. Luke On Mon, Dec 20, 2021 at 2:21 PM Mailbox - Dhirendra Kumar Singh < dhirendr...@gmail.com> wrote: > Hi All, > As I learned by reading this email chain tha

RE: CVE-2021-44228 – Log4j 2 Vulnerability

2021-12-19 Thread Mailbox - Dhirendra Kumar Singh
Hi All, As I learned by reading this email chain that apache kafka can be vulnerable if JMS appender with JNDI lookup is enabled in the log4j configuration file which is "log4j.properties". We are using the "log4j.properties" file as it is coming with the kafka package. Are we vulnerable ? do we

Re: Kafka connect JMS sink connector performance

2021-12-19 Thread Tilak Sasmal
Hello All, Can anyone please provide any feedback on the issue. To add further information, we are using kafka version 2.7.1 Thanks & Regards, Tilak Sasmal On Tue, Dec 14, 2021 at 11:46 AM Tilak Sasmal wrote: > Hello All, > > We are currently using Kafka Connect and a JMS sink connector (custo

Re: kafka and zookeeper

2021-12-19 Thread yonghua
that's all right. thanks. On 2021/12/20 11:26, Luke Chen wrote: There's no a specific timeline for this feature to be completed.

Re: kafka and zookeeper

2021-12-19 Thread Luke Chen
Hi Yonghua, Thanks for asking. Currently, the community is still working in progress for the feature to remove zookeeper (aka. Kraft mode). You can run the Kraft mode in testing environment now, but not in production env. There's no a specific timeline for this feature to be completed. For more d

kafka and zookeeper

2021-12-19 Thread yonghua
hello kafka developers, from which version of kafka, Zookeeper will be canceled? what's the alternative to zookeeper in that version? Thank you.

Re: Unable to start broker only config in Kraft mode (Kafka 3.0.0)

2021-12-19 Thread Vamsee Lakamsani
Hi Luke, Thanks for pointing out those existing sample configs for broker only and controller only and the PR.  I added a comment with another question about node numbers.  https://github.com/apache/kafka/pull/11616#issuecomment-997454815 We can continue the discussion there. Thanks  Vamsee

Re: [ANNOUNCE] New Kafka PMC member: David Jacot

2021-12-19 Thread Rankesh Kumar
Congratulations, David! Best regards, Rankesh Kumar Partner Solutions Engineer +91 (701)913-0147 Follow us: Blog • Slack • Twitter • YouTube > On 18-Dec-2021, at 4:38 AM, Gwen Shapira wrote: > > Hi everyone, > > David Jacot has been an Apache Kafka committer since Oct 2020 and has been > con

Re: "bin/kafka-configs.sh" is not working when used with Kraft

2021-12-19 Thread Luke Chen
Hi Jacob, Answering your question below: > For example from the doc this should work > bin/kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-name 0 --describe > But it doesn This is working as designed. It's because you didn't alter any dynamic configuration for t