[ https://issues.apache.org/jira/browse/KAFKA-4057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424659#comment-15424659 ]
ASF GitHub Bot commented on KAFKA-4057: --------------------------------------- GitHub user mimaison opened a pull request: https://github.com/apache/kafka/pull/1754 KAFKA-4057: Allow to specify the request version and replica ID in ka… …fka.javaapi.FetchRequest - Added new arguments for versionId and replicaId in the constructor instead of using hardcoded values You can merge this pull request into a Git repository by running: $ git pull https://github.com/mimaison/kafka KAFKA-4057 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1754.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 #1754 ---- ---- > Allow to specify the request version and replica ID in > kafka.javaapi.FetchRequest > --------------------------------------------------------------------------------- > > Key: KAFKA-4057 > URL: https://issues.apache.org/jira/browse/KAFKA-4057 > Project: Kafka > Issue Type: Improvement > Components: core > Affects Versions: 0.10.0.0, 0.10.0.1 > Reporter: Mickael Maison > Assignee: Mickael Maison > Priority: Minor > > kafka.javaapi.FetchRequest is used to create FetchRequests (as they are still > using the old type) from Java. However it doesn't allow to specify the > request version nor the replica ID. -- This message was sent by Atlassian JIRA (v6.3.4#6332)