[
https://issues.apache.org/jira/browse/KAFKA-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15264892#comment-15264892
]
ASF GitHub Bot commented on KAFKA-3644:
---------------------------------------
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1296
KAFKA-3644: Use Boolean protocol type for StopReplicaRequest delete_p…
…artitions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka stop-boolean
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1296.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 #1296
----
commit 9e3fb5adab30d571728cfa3b4f29cb9be3f53fd9
Author: Grant Henke <[email protected]>
Date: 2016-04-29T22:29:05Z
KAFKA-3644: Use Boolean protocol type for StopReplicaRequest
delete_partitions
----
> Use Boolean protocol type for StopReplicaRequest delete_partitions
> ------------------------------------------------------------------
>
> Key: KAFKA-3644
> URL: https://issues.apache.org/jira/browse/KAFKA-3644
> Project: Kafka
> Issue Type: Improvement
> Affects Versions: 0.10.0.0
> Reporter: Grant Henke
> Assignee: Grant Henke
> Fix For: 0.10.0.0
>
>
> Recently the boolean protocol type was added. The StopReplicaRequest
> delete_partitions field already utilized and int8 to represent the boolean,
> so this compatible change is mostly for cleanup and documentation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)