Re: Public IPs for brokers

2020-01-14 Thread Tom Bentley
Hi Himanshu, Short answer: yes. The way a Kafka client works is to connect to one of the given bootstrap brokers and ask it about the rest of the cluster. The client then connects to those brokers as necessary. So in general a client will need to connect to all brokers in the cluster and

Public IPs for brokers

2020-01-14 Thread Himanshu Shukla
Hi all, do I have to necessarily have public IPs for all the brokers? Since we can give a few of the IPs in bootstrap.servers config.

ingesting web server logs, or log4j log files from a boss server

2020-01-14 Thread George
Hi all. Please advise, a real noob here still, unpacking how the stack still works... if I have a mySQL server, or a web server, or a 2 node JBOSS cluster. If I want to use the mysql connector to connect to the MySQL DB to pull data using CDC... then I need to install the Kafka stack on the DB

When does kafka connect commit messages to kafka broker ?

2020-01-14 Thread Yu Watanabe
Hello. I would like to ask question regarding to kafka connect. I am trying to import over 1 million+ records from postgres to kafka broker using kafka connect using jdbc driver . However, it seems that topic for storing messages is not created immediately. I have built my kafka-connect and

Re: MirrorMaker 2

2020-01-14 Thread Vishal Santoshi
Thanks On Tue, Jan 14, 2020 at 8:47 AM Ryanne Dolan wrote: > Take a look at the DefaultConfigPropertyFilter class, which supports > customizable blacklists via config.properties.blacklist. > > Ryanne > > On Tue, Jan 14, 2020, 6:05 AM Vishal Santoshi > wrote: > > > Thank you for the prompt

Re: Request for joining

2020-01-14 Thread Matthias J. Sax
If you want to join the mailing list(s), it's self-service. Instructions on how to subscribe are on the webpage: https://kafka.apache.org/contact -Matthias On 1/13/20 9:55 PM, Sunil CHAUDHARI wrote: > Hi, > Please allow me to join kafka discussion. > > > Thanks & regards, > Sunil. >

Re: [ANNOUNCE] New Kafka PMC Members: Colin, Vahid and Manikumar

2020-01-14 Thread Matthias J. Sax
Congrats! On 1/14/20 10:49 AM, Rajini Sivaram wrote: > Congratulations Colin, Vahid and Manikumar! > > Regards, > Rajini > > On Tue, Jan 14, 2020 at 6:32 PM Mickael Maison > wrote: > >> Congrats Colin, Vahid and Manikumar! >> >> On Tue, Jan 14, 2020 at 5:43 PM Ismael Juma wrote: >>> >>>

Re: [ANNOUNCE] New Kafka PMC Members: Colin, Vahid and Manikumar

2020-01-14 Thread Mickael Maison
Congrats Colin, Vahid and Manikumar! On Tue, Jan 14, 2020 at 5:43 PM Ismael Juma wrote: > > Congratulations Colin, Vahid and Manikumar! > > Ismael > > On Tue, Jan 14, 2020 at 9:30 AM Gwen Shapira wrote: > > > Hi everyone, > > > > I'm happy to announce that Colin McCabe, Vahid Hashemian and

Re: Mirror Maker 2 problems

2020-01-14 Thread Ryanne Dolan
Nils, a REST API for MM2 was discussed at length, but so far the community hasn't settled on a plan. For now, if you need to monitor MM2's Connectors over HTTP, you can use a bunch of Connect clusters and manually configure them to run MirrorSourceConnector etc. This has some advantages, e.g. you

Re: [ANNOUNCE] New Kafka PMC Members: Colin, Vahid and Manikumar

2020-01-14 Thread Ismael Juma
Congratulations Colin, Vahid and Manikumar! Ismael On Tue, Jan 14, 2020 at 9:30 AM Gwen Shapira wrote: > Hi everyone, > > I'm happy to announce that Colin McCabe, Vahid Hashemian and Manikumar > Reddy are now members of Apache Kafka PMC. > > Colin and Manikumar became committers on Sept 2018

Re: [ANNOUNCE] New Kafka PMC Members: Colin, Vahid and Manikumar

2020-01-14 Thread John Roesler
Congrats, Colin, Vahid, and Manikumar! A great accomplishment, reflecting your great work. -John On Tue, Jan 14, 2020, at 11:33, Bill Bejeck wrote: > Congrats Colin, Vahid and Manikumar! Well deserved. > > -Bill > > On Tue, Jan 14, 2020 at 12:30 PM Gwen Shapira wrote: > > > Hi everyone, > >

Re: [ANNOUNCE] New Kafka PMC Members: Colin, Vahid and Manikumar

2020-01-14 Thread Bill Bejeck
Congrats Colin, Vahid and Manikumar! Well deserved. -Bill On Tue, Jan 14, 2020 at 12:30 PM Gwen Shapira wrote: > Hi everyone, > > I'm happy to announce that Colin McCabe, Vahid Hashemian and Manikumar > Reddy are now members of Apache Kafka PMC. > > Colin and Manikumar became committers on

[ANNOUNCE] New Kafka PMC Members: Colin, Vahid and Manikumar

2020-01-14 Thread Gwen Shapira
Hi everyone, I'm happy to announce that Colin McCabe, Vahid Hashemian and Manikumar Reddy are now members of Apache Kafka PMC. Colin and Manikumar became committers on Sept 2018 and Vahid on Jan 2019. They all contributed many patches, code reviews and participated in many KIP discussions. We

Re: Request for joining

2020-01-14 Thread Himanshu Shukla
Hi, Please allow me to join kafka discussion. Thanks and Regards, Himanshu Shukla On Tue, Jan 14, 2020 at 10:32 PM Sunil CHAUDHARI wrote: > Hi, > Please allow me to join kafka discussion. > > > Thanks & regards, > Sunil. > CONFIDENTIAL NOTE: > The information contained in this email is

Re: Streams, Kafka windows

2020-01-14 Thread Sachin Mittal
You can try to convert the final resultant stream to table. Check this page for more info: https://docs.confluent.io/current/streams/faq.html#how-can-i-convert-a-kstream-to-a-ktable-without-an-aggregation-step This way table would always contain the latest (single) record for a given key. Sachin

Request for joining

2020-01-14 Thread Sunil CHAUDHARI
Hi, Please allow me to join kafka discussion. Thanks & regards, Sunil. CONFIDENTIAL NOTE: The information contained in this email is intended only for the use of the individual or entity named above and may contain information that is privileged, confidential and exempt from disclosure under

Streams, Kafka windows

2020-01-14 Thread Viktor Markvardt
Hi, My name is Viktor. I'm currently working with Kafka streams and have several questions about Kafka and I can not find answers in the official docs. 1. Why suppress functionality does not work with Hopping windows? How to make it work? Example of the code: KStream finalStream = source

Re: Mirror Maker 2 problems

2020-01-14 Thread Nils Hermansson
Another question is there anyway to open up a rest port like standard 8083 when running ./bin/connect-mirror-maker.sh config/connect-mirror-maker.properties have tried adding rest.port=8083 but does not seem to work. Would like to be able to query the status of the connector via rest. On Tue,

Re: Mirror Maker 2 problems

2020-01-14 Thread Nils Hermansson
Hello, yes that seems todo the trick. Another questions is there any documentation somewhere describing how the offset translations topics MM2 creates actually works? We need to write code ourself until this PR is merged I guess. https://github.com/apache/kafka/pull/7577 Thanks for the help.

Re: MirrorMaker 2

2020-01-14 Thread Ryanne Dolan
Take a look at the DefaultConfigPropertyFilter class, which supports customizable blacklists via config.properties.blacklist. Ryanne On Tue, Jan 14, 2020, 6:05 AM Vishal Santoshi wrote: > Thank you for the prompt reply, Very much appreciated. I am not sure > disable config sync is an option

upper bound of the number of records

2020-01-14 Thread Himanshu Shukla
Hi, I am running a 3 broker Kafka cluster. While doing the performance test, I am seeing that the broker is not processing the records more than 50MB/sec. if I am running multiple producer threads on the same machine, even this 50K is getting divided into 50K/no_of_prod_thread. is there any

Re: MirrorMaker 2

2020-01-14 Thread Vishal Santoshi
Thank you for the prompt reply, Very much appreciated. I am not sure disable config sync is an option for us. How do I blacklist retention.ms ? On Tue, Jan 14, 2020 at 12:47 AM Ryanne Dolan wrote: > Vishal, there is no support for overriding topic configuration like > retention. Instead,

Re: Mirror Maker 2 problems

2020-01-14 Thread Karan Kumar
Hi Nils Can you try with the latest mm2 default config file found at https://github.com/apache/kafka/blob/trunk/config/connect-mirror-maker.properties. Please feel free to reach out again if you are still stuck. Thanks Karan On Tue, Jan 14, 2020 at 1:48 PM Nils Hermansson <

Mirror Maker 2 problems

2020-01-14 Thread Nils Hermansson
Hello, I am trying to setup a replication between 2 clusters with MM2. The goal is to be able to disksnapshot the secondary cluster for backups hence we only want one broker on the secondary cluster. It's very important for us that we can replicate the offsets which MM2 should solve for us.