I'm working on a task where I need to process data from 3-4 third-party APIs asynchronously, or in parallel, and present this data in JSON format via a Sling servlet to the front end. Could anyone provide some guidance on how to enable asynchronous support in a Sling servlet or an OSGi service?
Solved! Go to Solution.
Views
Replies
Total Likes
asynchronous call is not supported in aem sling servlet https://stackoverflow.com/questions/70371123/how-to-enable-async-support-for-sling-servlet-felix
why don't you work on client side to achieve this?
asynchronous call is not supported in aem sling servlet https://stackoverflow.com/questions/70371123/how-to-enable-async-support-for-sling-servlet-felix
why don't you work on client side to achieve this?
Hi,
To enable asynchronous processing in a Sling servlet or OSGi service:
Views
Likes
Replies
Views
Likes
Replies