ormushq/ormus

#core(manager) - get list of integrations by source ID

PouriaSeyfi opened this issue · 1 comments

To handle destinations effectively, it is recommended to retrieve the list of integrations for a specific source by making HTTP/gRPC calls. This approach allows for reading different configurations and types from the integrations.

Relying solely on the event message to obtain this information may not be ideal. Including all of this data in the brokers could lead to unnecessary information and potentially impact performance negatively.

since we have issue 35 I will close this one!