Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
Description
When an endpoint is registered, the endpoint channel is configured with the values currently set in the ExecutorFactory. If one wants to create an Endpoint with a custom executor configuration, you need to ensure the config changes have been done before you create the endpoint.
We should allow people to pass in additional information through the endpoint properties at registration time to facilitate creating such a custom config. We could do this by improving the register(Endpoint, Properties) and use some specific property names to configure things (e.g. extract everything config.* and use that to configure things on the fly)