InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about Kafka MirrorMaker? |
|
Answer» The MirrorMaker is a standalone utility for copying data from one Apache KAFKA CLUSTER to ANOTHER. The MirrorMaker reads data from original cluster topics and WRITES it to a destination cluster with the same topic name. The source and destination clusters are separate entities that can have VARIOUS partition counts and offset values. |
|