You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/23 01:16:00 UTC

[jira] [Commented] (KAFKA-6174) Add methods in Options classes to keep binary compatibility with 0.11

    [ https://issues.apache.org/jira/browse/KAFKA-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263646#comment-16263646 ] 

ASF GitHub Bot commented on KAFKA-6174:
---------------------------------------

GitHub user lindong28 opened a pull request:

    https://github.com/apache/kafka/pull/4257

    KAFKA-6174; Add methods in Options classes to keep binary compatibility with 0.11

    From 0.11 to 1.0, we moved `DescribeClusterOptions timeoutMs(Integer timeoutMs)` from DescribeClusterOptions to AbstractOptions. User reports that code compiled against 0.11.0 fails when it is executed with 1.0 kafka-clients jar. This patch adds back these methods to keep binary compatibility with 0.11.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lindong28/kafka KAFKA-6174

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4257.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 #4257
    
----
commit be3069d99e1da91d7bb2aa00be1c4e0b2050ad39
Author: Dong Lin <li...@gmail.com>
Date:   2017-11-23T01:14:02Z

    KAFKA-6174; Add methods in Options classes to keep binary compatibility with 0.11

----


> Add methods in Options classes to keep binary compatibility with 0.11
> ---------------------------------------------------------------------
>
>                 Key: KAFKA-6174
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6174
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Dong Lin
>            Assignee: Dong Lin
>             Fix For: 1.0.1
>
>
> From 0.11 to 1.0, we moved `DescribeClusterOptions timeoutMs(Integer timeoutMs)` from DescribeClusterOptions to AbstractOptions. User reports that code compiled against 0.11.0 fails when it is executed with 1.0 kafka-clients jar.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)