Camunda External Task Client (Java) 0.1.0-alpha1 Released

Hi,

the Camunda External Task Client (Java) 0.1.0-alpha1 has been released. :tada:

Read all about it in the blog post.

Cheers,
Tassilo

2 Likes

played around and hacked some spring (boot) support: https://github.com/osteinhauer/camunda-external-task-client-java-spring

2 Likes

@tasso94 what the google http client looked at rather than the apache http client? Google’s client has built in support for long polling: https://developers.google.com/api-client-library/java/google-http-java-client/backoff

Hi Stephen,

if I understood it correctly, the Google HTTP Client realizes a client-side backoff strategy, right?

For the External Task Clients it is planned to make use of the recently introduced Long Polling to ‘Fetch and Lock’ External Tasks feature, so the back-off strategy is handled by the REST API on the server-side.

Cheers,
Tassilo