I know for a target, the timeout can be specified with the property io.timeout.millis.
I have a requirement to set dynamic timeouts(30 and 45 seconds for different scenarios).
How can this be achieved without creating 2 target endpoints (1 for each timeout).
Please suggest.