Describe the enhancement requested
connection_config is the passed from the Python app. It contains properties which are read at different times during agent initialization:
- name of the shared library (e.g dll) - read before the agent is loaded
- time outs for the executor - read during agent (executor) instantiation
- file path for the "connection config file" - passed into the agent (as part of the
init() call) - only needed for DBPARemote Agents
The name connection_config seems inappropriate and misleading now. This task is for renaming the property (and figuring out a new name). Potential names: agent_instantiation_config, agent_config, external_agent_config, configuration_properties
Component(s)
C++
Describe the enhancement requested
connection_configis the passed from the Python app. It contains properties which are read at different times during agent initialization:init()call) - only needed for DBPARemote AgentsThe name
connection_configseems inappropriate and misleading now. This task is for renaming the property (and figuring out a new name). Potential names:agent_instantiation_config,agent_config,external_agent_config,configuration_propertiesComponent(s)
C++