You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete executable reproducer if available (e.g. GitHub Repo): -
Steps to reproduce
start a app using the Multi-Tenancy Extension connected to a AxonServer
register MultiTenantAwareComponent against the TenantProvider (auto-configured to AxonServerTenantProvider)
cancel that registration
Expected behaviour
All the individual tenant registration from the concerned MultiTenantAwareComponent are cancelled.
No other side-effects:
registrations for other MultiTenantAwareComponent are maintained
connection to Axon Server is maintained for all tenants
Actual behaviour
Registration for all MultiTenantAwareComponent are cancelled on all tenants, not just the concerned MultiTenantAwareComponent.
Connection for all tenants are closed on Axon Server.