[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732081#comment-14732081 ]
ASF GitHub Bot commented on KAFKA-2072: --------------------------------------- GitHub user dajac opened a pull request: https://github.com/apache/kafka/pull/196 KAFKA-2072: Replace StopReplica Request/Response with their org.apache.kafka.common.requests equivalents You can merge this pull request into a Git repository by running: $ git pull https://github.com/dajac/kafka KAFKA-2072-part-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/196.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 #196 ---- commit b064d2f9a0331789290b60dc3fa7fe83084f0167 Author: David Jacot <david.ja...@gmail.com> Date: 2015-08-13T17:15:18Z Replace k.a.StopReplicaRequest and k.a.StopReplicaResponse in KafkaApis by their org.apache.kafka.common.requests equivalents. commit 41eecb1b7de296d3bf5a2fd20380280f8cf441f0 Author: David Jacot <david.ja...@gmail.com> Date: 2015-08-14T18:53:32Z Remove k.a.StopReplicaRequest and k.a.StopReplicaResponse. ---- > Add StopReplica request/response to o.a.k.common.requests and replace the > usage in core module > ---------------------------------------------------------------------------------------------- > > Key: KAFKA-2072 > URL: https://issues.apache.org/jira/browse/KAFKA-2072 > Project: Kafka > Issue Type: Sub-task > Reporter: Gwen Shapira > Assignee: David Jacot > > Add StopReplica request/response to o.a.k.common.requests and replace the > usage in core module -- This message was sent by Atlassian JIRA (v6.3.4#6332)