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
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
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.
>
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
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 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