Skip to content

Cleanup > Rename 'connection_config' #183

Description

@argmarco-tkd

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++

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions