Re migrate a topic using MirrorMaker

I’m using mirror maker to migrate data from cluster source to cluster target.
Due to the application’s business logic that reads from target cluster, I need to re-migrate the records for a particular topic t from source to target.
To give a business context, the application that reads topic t from target also writes to target’s topic t. Then I need target’s topics t to have the same records as source’s topic t, because I need a “clean” target’s topic t (by clean I mean the same records as in source), without the new records that where added by the application’s logic.
Is there an easy way of doing this?

Thanks