We are building a machinery for ephemeral environments (“Clowder”) and one of the details is that the environment will provide different resource names, than the ones we expect in application.properties. For example, we may have the following entry in application.properties mp.messaging.outgoing.egress.topic=ingress We thus request a topic name of ingress, but…