In a typical production environment, you set up the different API Manager components (API Publisher, Store, Gateway, Key Manager and Traffic Manager) in separate servers so that you can scale them independently. You also install multiple instances of a component in a cluster to ensure proper load balancing. When one node becomes unavailable or is experiencing high traffic, another node handles the requests.
- For information on clustering, see Clustering WSO2 API Manager.
- For information on deployment patterns, see API Manager Deployment Patterns.
Using email address as the username while clustering APIM
To enable using your email(e.g. [email protected]) as your username when clustering APIM and IS, while doing master configurations, do the following.
Go to <APIM_HOME>/repository/conf/api-manager.xml.
In the DataPublisher
section under ThrottlingConfiguration
section specify the username as [email protected]@carbon.super
. api-manager.xml
accepts only configurations for the super tenant.
<Username>[email protected]@carbon.super</Username>
For more details see Using Email Address as the Username.