Tagging in Axon Server

Hi,

I have followed below link for tagging example:
https://docs.axoniq.io/reference-guide/operations-guide/setting-up-axon-server/tagging

I have created 3 axon servers in frankfurt region and 2 axon servers in Paris. Paris is my DR site. I have added below properties in axonserver.properties.
For Frankfurt region:
axoniq.axonserver.tags.computeRegion=frankfurt

For Paris Region:
axoniq.axonserver.tags.computeRegion=frankfurt

I have added below property in my sping boot application in application.properties file.
axon.tags.computeRegion=frankfurt

I have deployed my spring boot app in k8s. I tried to scale it to 10 pods. My expectation was all the 10 instances will connect to only the Frankfurt region axon server nodes not the Paris region axon servers nodes but the services instances are getting connected to all the axon server nodes irrespective of the regions.

Thanks and Regards,
JS

Hi,

it looks like the properties are defined correctly.
Just to be sure, can you check the http://axonserver_host:8024/actuator/env endpoint to see if the properties have been correctly picked up?

Cheers,