You need to log certain data to a custom logging service while processing the response You want to avoid processing delays due to logging during the logic flow What should you do?
A.
Use a Node.JS target to implement a nonblocking call.
B.
Attach a Message Logging policy to the Post Client Flow
C.
Implement a Java Extension Callout with a worker thread
D.
Use an asynchronous Service Callout policy in your proxy (low as soon as you have enough data to log
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit