AxonFramework / extension-multitenancy

Axon Framework extension providing handles to support multi tenancy with distinct buses and stores per tenant.
Apache License 2.0
11 stars 2 forks source link

Heartbeat connects to default context #174

Open schananas opened 9 months ago

schananas commented 9 months ago

Expected behaviour

Heartbeat should not depend on default context, as there might not be default context at all, it should connect to _admin context instead.

Actual behaviour

Heathbeat is connected to default context.