[ https://issues.apache.org/jira/browse/KAFKA-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15213355#comment-15213355 ]
ASF GitHub Bot commented on KAFKA-3472: --------------------------------------- GitHub user hsun-cnnxty opened a pull request: https://github.com/apache/kafka/pull/1147 [KAFKA-3472] Allow MirrorMaker to copy selected partitions and choose target topic name Please see the jira issue for detail: https://issues.apache.org/jira/browse/KAFKA-3472 You can merge this pull request into a Git repository by running: $ git pull https://github.com/hsun-cnnxty/kafka k3472 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1147.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1147 ---- commit 9ada717f805d6c4e22c3d6567bafe1c3940c7d06 Author: Hang Sun <h...@shopzilla.com> Date: 2016-03-27T06:01:57Z KAFKA-3472: allow MirrorMaker to copy selected partitions and choose target topic ---- > Allow MirrorMaker to copy selected partitions and choose target topic name > -------------------------------------------------------------------------- > > Key: KAFKA-3472 > URL: https://issues.apache.org/jira/browse/KAFKA-3472 > Project: Kafka > Issue Type: Improvement > Components: tools > Affects Versions: 0.9.0.1 > Reporter: Hang Sun > Priority: Minor > Labels: mirror-maker > Original Estimate: 24h > Remaining Estimate: 24h > > It would be nice if MirrorMaker can be used to copy only a few partitions > instead of all to a different topic. My use case is to sample a small > portion of production traffic in the pre-production environment for testing. > The pre-production environment is usually smaller and cannot handle the full > load from production. -- This message was sent by Atlassian JIRA (v6.3.4#6332)