I'm currently doing my own completableFutures by using the callbacks.
While i wont have the time to do this myself, I still think its a
great idea and would prevent more people from having to do what I'm
currently doing.

On Wed, Jan 15, 2020 at 6:57 AM Vamsi Subahsh <vamsi...@gmail.com> wrote:
>
> Hi,
>
> I'm interested in picking this up as I have already worked on internal code
> bases to make a wrapper on current Api to make it expose CompletableFuture
> (using callbacks in the current api).
>
> Could you give me comment/edit access to the confluence doc, I can write up
> the new api and the logic proposal?
>
> Regards,
> Vamsi Subhash
>
>
>
> On Wed, 15 Jan 2020 at 19:59, Ismael Juma <ism...@juma.me.uk> wrote:
>
> > Good question. I have a draft KIP for the producer change:
> >
> >
> > https://cwiki.apache.org/confluence/display/KAFKA/KIP-XXX%3A+Return+CompletableFuture+from+KafkaProducer.send
> >
> > I was still debating which was the best path forward (i.e. what should be
> > in rejected alternatives versus the actual proposal). Feedback is welcome.
> > You're also welcome to take over the KIP if you have the cycles and
> > interest.
> >
> > Ismael
> >
> > On Tue, Jan 14, 2020 at 8:27 PM radai <radai.rosenbl...@gmail.com> wrote:
> >
> > > Hi
> > >
> > > With kip-118 (Drop Support for Java 7) officially done, is there a
> > > timeline replacing usage of "plain" Futures with java 8
> > > CompletableFutures?
> > >
> > > kafka 2.0 was mentioned at some point as a possible target for this ...
> > >
> >

Reply via email to