[GitHub] camel pull request #1167: CAMEL-10308

2016-09-17 Thread tivv
Github user tivv closed the pull request at: https://github.com/apache/camel/pull/1167 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

Re: [GitHub] camel pull request #1167: CAMEL-10308

2016-09-15 Thread Claus Ibsen
Hi Yeah that is a better name On Thu, Sep 15, 2016 at 6:08 PM, Vitalii Tymchyshyn wrote: > How about seThreadedAsyncMode(boolean), defailt true? > > I will also do checkstyle till EOW. > > Best regards, Vitalii Tymchyshyn > > Чт, 15 вер. 2016 05:08 користувач Claus Ibsen пише: > >> Hi >> >> I d

Re: [GitHub] camel pull request #1167: CAMEL-10308

2016-09-15 Thread Vitalii Tymchyshyn
How about seThreadedAsyncMode(boolean), defailt true? I will also do checkstyle till EOW. Best regards, Vitalii Tymchyshyn Чт, 15 вер. 2016 05:08 користувач Claus Ibsen пише: > Hi > > I do wonder if we can come up with a better name for the setter/getter > of synchronous on ProducerTemplate. >

Re: [GitHub] camel pull request #1167: CAMEL-10308

2016-09-15 Thread Claus Ibsen
Hi I do wonder if we can come up with a better name for the setter/getter of synchronous on ProducerTemplate. Otherwise great work. The Java 8 API makes the code easier when you can compose the futures with the thenApply. Just a note that we must/should ensure that existing Camel users can take

Re: [GitHub] camel pull request #1167: CAMEL-10308

2016-09-11 Thread Vitalii Tymchyshyn
Hi, all I've finished first draft of async support for ProducerTemplate. Please review and comment. Primary features: * All async* methods of ProducerTemplate now return CompletableFuture instead of regular Future. It makes a bridge from Camel pipelines to plain Java 8 CompletableFuture engine.

[GitHub] camel pull request #1167: CAMEL-10308

2016-09-11 Thread tivv
GitHub user tivv opened a pull request: https://github.com/apache/camel/pull/1167 CAMEL-10308 Provide a way to use async engine from ProducerTemplate You can merge this pull request into a Git repository by running: $ git pull https://github.com/tivv/camel j8-producer-template