Hi Ryanne, I'm wondering if I'm doing something wrong here. I'm using 2.4.0 now but seeing the same behavior. I'm still seeing the Plugin errors ("ERROR Plugin class loader for connector:'org.apache.kafka.connect.mirror.MirrorSourceConnector'"). The internal topics are created on both source and destination kafka clusters but the user topics are not and there is no message replication happening. I'm using the connect-mirror-maker.sh dedicated MirrorMaker cluster script and using the properties file in https://github.com/apache/kafka/blob/trunk/config/connect-mirror-maker.properties . Any pointers? Anyone else seeing this behavior? Regards,Rajeev
On Tuesday, November 12, 2019, 10:51:24 AM EST, Vishal Santoshi <vishal.santo...@gmail.com> wrote: +1 On Mon, Nov 11, 2019 at 2:07 PM Ryanne Dolan <ryannedo...@gmail.com> wrote: > Rajeev, the config errors are unavoidable at present and can be ignored or > silenced. The Plugin error is concerning, and was previously described by > Vishal. I suppose it's possible there is a dependency conflict in these > builds. Can you send me the hash that you're building from? I'll try to > reproduce. > > Ryanne > > On Fri, Nov 8, 2019, 7:31 PM Rajeev Chakrabarti > <rajcha...@yahoo.com.invalid> wrote: > >> Hi Folks, >> I'm trying to run MM 2 with the current trunk. Also, tried with the 2.4 >> branch and I'm getting "ERROR Plugin class loader for connector: >> 'org.apache.kafka.connect.mirror.MirrorSourceConnector'" errors for all the >> connectors. It does not seem to be creating topics in the destination >> cluster but has created the internal topics at both the source and >> destination and has populated the heartbeats topic. But none of the source >> topics created or replicated. I'm also getting a bunch of "not known >> configs" like 'consumer.group.id' was supplied but isn't a known config. >> What am I doing wrong? >> Regards,Rajeev >> >