You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by steven-aerts <gi...@git.apache.org> on 2017/10/06 10:27:39 UTC

[GitHub] kafka pull request #4033: KAFKA-6018: Make KafkaFuture.Future an interface

GitHub user steven-aerts opened a pull request:

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

    KAFKA-6018: Make KafkaFuture.Future an interface

    Changing KafkaFuture.Future and KafkaFuture.BiConsumer into an interface makes
    them a functional interface.  This makes them Java 8 lambda compatible.

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

    $ git pull https://github.com/steven-aerts/kafka-1 KAFKA-6018

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

    https://github.com/apache/kafka/pull/4033.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 #4033
    
----
commit 6c630aff48954558b8ad6e2611cf0c269b879287
Author: Steven Aerts <st...@technicolor.com>
Date:   2017-10-06T10:16:41Z

    KAFKA-6018 Make KafkaFuture.Future an interface
    
    Changing KafkaFuture.Future and KafkaFuture.BiConsumer into an interface makes
    them a functional interface.  This makes them Java 8 lambda compatible.

----


---