Re: MONGODB KAFKA CONNECT

2020-07-27 Thread Blake Miller
https://lmgtfy.com/?q=mongodb+kafka+connector On Mon, Jul 27, 2020, 10:18 AM Milka Wafula wrote: > Hello, > > Please how may we connect mongoDB with kafka > > Thanks > > > -- > > -

MONGODB KAFKA CONNECT

2020-07-27 Thread Milka Wafula
Hello, Please how may we connect mongoDB with kafka Thanks -- --- Thank you, Best Regards, Milka Naliaka Wafula | +230-597-42875 / +254 793044726 *Youtube website

Re: Upgrade connectors logging from log4j to log4j2

2020-07-27 Thread Deepak Raghav
Hi Tom I have to change the log level at runtime i.e without restarting the worker process. Can you please share any suggestion on this with log4j. Regards and Thanks Deepak Raghav On Mon, Jul 27, 2020 at 7:09 PM Tom Bentley wrote: > Hi Deepak, > > https://issues.apache.org/jira/browse/KAFK

Re: Kafka - producer writing to a certain broker...

2020-07-27 Thread Ricardo Ferreira
I am not a huge fan of criticizing without making myself useful first; so here is what you can do in order to have a producer writing records to a specific broker: 1. Create a topic with the # of partitions equal to the # of brokers. By default Kafka will try to evenly distributed the partitio

Re: Upgrade connectors logging from log4j to log4j2

2020-07-27 Thread Tom Bentley
Hi Deepak, https://issues.apache.org/jira/browse/KAFKA-9366 already proposes to replace log4j with log4j2 throughout Kafka. Kind regards, Tom On Mon, Jul 27, 2020 at 2:04 PM Deepak Raghav wrote: > Hi Team > > Request you to please have a look. > > Regards and Thanks > Deepak Raghav > > > > On

Re: Upgrade connectors logging from log4j to log4j2

2020-07-27 Thread Deepak Raghav
Hi Team Request you to please have a look. Regards and Thanks Deepak Raghav On Thu, Jul 23, 2020 at 6:42 PM Deepak Raghav wrote: > Hi Team > > I have some source connector, which is using the logging provided by > kafka-connect framework. > > Now I need to change the log level dynamically at