[ https://issues.apache.org/jira/browse/KAFKA-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500655#comment-16500655 ]
ASF GitHub Bot commented on KAFKA-6987: --------------------------------------- andrasbeni opened a new pull request #5131: KAFKA-6987 Reimplement KafkaFuture with CompletableFuture URL: https://github.com/apache/kafka/pull/5131 Use CompletableFuture in KafkaFutureImpl to implement KafkaFuture. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Reimplement KafkaFuture with CopletableFuture > --------------------------------------------- > > Key: KAFKA-6987 > URL: https://issues.apache.org/jira/browse/KAFKA-6987 > Project: Kafka > Issue Type: Improvement > Components: clients > Affects Versions: 2.0.0 > Reporter: Andras Beni > Assignee: Andras Beni > Priority: Minor > > KafkaFuture documentation states: > {{This will eventually become a thin shim on top of Java 8's > CompletableFuture.}} > With Java 7 support dropped in 2.0, it is time to get rid of custom code. -- This message was sent by Atlassian JIRA (v7.6.3#76005)