Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mermaid
sequenceDiagram
    Client->>Catalog API: SOAP request [Qdb header variablewith contains the name dbQdb variable]
	Catalog API->>Scheduler DB: ask for DB configuration
	Scheduler DB->>Catalog API: send DB configuration
	Catalog API->>Catalog API: switch to chosen DB
	Catalog API->>Chosen DB: request/command to execute
	Chosen DB->>Chosen DB: execute request/command
	Chosen DB-->>Client: send feedback

...

Mermaid
sequenceDiagram
    Client->>Catalog API: SOAP request [Qdb header variablewith contains the name dbQdb variable]
	Catalog API->>Scheduler DB: request/command to execute
	Scheduler DB->>Scheduler DB: ignore header [Qdb variable]
	Scheduler DB->>Scheduler DB: execute request/command
	Scheduler DB-->>Client: send feedback
	participant Other Databases