Hi Vishnu,
You should look at this:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-382%3A+MirrorMaker+2.0#KIP-382:MirrorMaker2.0-Walkthrough:RunningMirrorMaker2.0
Assuming you've downloaded/checked out Kafka 2.5, you should have
connect-mirror-maker.sh under the bin directory.
Good luck,
Hi Robin
I am using Apache Kafka there is service called kafka-mirror-maker.bat with
the consumer and producer properties to copy topic from one cluster to
another.
I want to do that by using connector..
I didn't aware anything about MirrorMaker 2 and I didn't know how to
download and configure
Are you talking about MirrorMaker 2? That runs as a connector.
If not, perhaps you can clarify your question a bit as to what it is you
are looking for.
--
Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff
On Fri, 1 May 2020 at 13:57, vishnu murali
wrote:
> Hi Guys
>
Hi Guys
Previously I asked question about the Mirror maker and it is solved now.
So Now I need to know is there any connectors available for that same.
Like JdbcConnector acts as a source and sink for DB connection is there any
connector available for performing mirror operations
or
does some