You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/28 08:54:12 UTC

[jira] [Commented] (KAFKA-3633) Kafka Consumer API breaking backward compatibility

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

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

GitHub user hmcl opened a pull request:

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

    KAFKA-3633: Kafka Consumer API breaking backward compatibility

    - Overload methods seekToBeginning(..), seekToEnd(..), pause(..), resume(..) with varargs parameter for backwards compatibility

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

    $ git pull https://github.com/hmcl/kafka-apache trunk_KAFKA-3633

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

    https://github.com/apache/kafka/pull/1281.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 #1281
    
----
commit 70d1bc1774f412686775f35279569710fafcc970
Author: Hugo Louro <hm...@gmail.com>
Date:   2016-04-28T06:44:52Z

    KAFKA-3633: Kafka Consumer API breaking backward compatibility
    - Overload methods seekToBeginning(..), seekToEnd(..), pause(..), resume(..) with varargs parameter for backwards compatibility

----


> Kafka Consumer API breaking backward compatibility
> --------------------------------------------------
>
>                 Key: KAFKA-3633
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3633
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Sriharsha Chintalapani
>            Assignee: Sriharsha Chintalapani
>            Priority: Blocker
>             Fix For: 0.10.0.0
>
>
> KAFKA-2991 and KAFKA-3006 broke the backward compatibility. In storm we already using 0.9.0.1 consumer api for the KafkaSpout. We should atleast kept the older methods and shouldn't be breaking backward compatibility.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)