Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Environment parity connector spike #201

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PaulCDurham
Copy link
Contributor

This adds a second APIM connector, APIMConnectorEnvironmentParityImpl, although it's just a skeleton implementation. This could use different configuration than the existing connector.

In application.conf there is a new configuration value, features.environment-parity. This is used by Module to determine which connector implementation should be used at runtime. We could therefore switch implementation by updating this value in an environment configuration file such as app-config-qa and redeploying.

A controller, EnvironmentParityTestController, has been added that explicitly uses APIMConnectorEnvironmentParityImpl and could test our connectivity to new APIM environments via the platform API while existing code uses the original connector.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant