When should I use centrally-managed Consumers instead of Consumers scoped to control planes?
You should use centrally-managed Consumers in the following scenarios:
- You want to share the Consumer identity in more than one control plane
- The Consumer uses the key authentication strategy
- You don’t need to scope plugins to Consumers directly, they can be scoped to Consumer Groups instead.