Make get/post request for a endpoint as Async way

Hi folks,

I’d like to know if knime have a option to make async request fom get/post request node. Someone know how can I do it?

Thanks,

Denis Iongbloed

Hi @denisfi ,

As far as I know, the “Get/Post Request” node in KNIME does not support asynchronous operations. It should work synchronously. However, it supports high concurrent access. If the server you want to access also supports high concurrent access, then you can obtain data relatively efficiently.

Hi @tomljh ,

I know about this from the node, but i’d like to suggest for the knime devs a option to set sync and async requests for the requests nodes…

I made many request and it can break ant take more time to process beond the needs.

Thanks for your quick response…

I’ll wainting for Knime dev answer too.

Seeya,

Denis Iongbloed

Thank this has turned more into feedback / idea => moved it!

What do you expect from async requests in the context of the REST nodes?