GitHub user dajac opened a pull request: https://github.com/apache/kafka/pull/170
KAFKA-2072: Add StopReplica request/response to o.a.k.common.requests This PR adds StopReplica request and response as it is required by @ijuma for KAFKA-2411. Migration of core module is addressed a separate PR (#141). @ijuma Could you review it? @gwenshap Could you take a look as well? You can merge this pull request into a Git repository by running: $ git pull https://github.com/dajac/kafka KAFKA-2072-part-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/170.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 #170 ---- commit f8f4d691d43cc260377e630fcaf67d31923b37e3 Author: David Jacot <david.ja...@gmail.com> Date: 2015-08-13T15:36:49Z Add o.a.k.c.r.StopReplicaRequest and o.a.k.c.r.StopReplicaResponse. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---