magda-io / magda

A federated, open-source data catalog for all your big data and small data
https://magda.io
Apache License 2.0
496 stars 93 forks source link

Make sure all internal services send read requests to read only registry node #3448

Open t83714 opened 1 year ago

t83714 commented 1 year ago

Make sure all internal services send read requests to read only the registry node

Magda gateway will auto-proxy external read requests to read-only the registry node.

However, internal service requests will not be benefited from this feature.

This ticket is about ensuring all internal services send read requests to read-only registry nodes when available.

Possbile Solutions