However, what if you want two Microservices to share configuration? Micronaut comes with built in APIs for doing distributed configuration.

    The returns a that emits zero or many PropertySource instances.

    You can either implement your own implementation or you can use one of the ones already built into Micronaut. The following sections cover those.