Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 874 Bytes

File metadata and controls

16 lines (10 loc) · 874 Bytes

Connection Plugin Manager

The connection plugin manager has the following main functionalities:

  • Load and initialize plugins
  • Initiate pipelines

Load and Initialize Plugins

The connection plugin manager initializes all plugins registered via the plugins configuration parameter.

Initiate Pipelines

diagram for the plugin service design

During the initial connection phase, where the connection plugin manager gets initialized, it initiates the host list provider and the connect pipeline. These two pipelines will set up a host list provider to be used by all the plugins and the initial connection.

All subsequent database methods calls will trigger the execute pipeline.