Hello.
I've the latest SBA version deployed in production and I've 2 instances deployed for business continuity with Hazelcast configured to share the state across them.
Unfortunately, for what concerns notifications, I get them twice every time (one per instance, I assume).
My suspect on why this happens is because the state stored in https://github.com/codecentric/spring-boot-admin/blob/master/spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/notify/AbstractStatusChangeNotifier.java#L39 is not shared across the instances, therefore each instance handles the events in isolation.
Hello.
I've the latest SBA version deployed in production and I've 2 instances deployed for business continuity with Hazelcast configured to share the state across them.
Unfortunately, for what concerns notifications, I get them twice every time (one per instance, I assume).
My suspect on why this happens is because the state stored in https://github.com/codecentric/spring-boot-admin/blob/master/spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/notify/AbstractStatusChangeNotifier.java#L39 is not shared across the instances, therefore each instance handles the events in isolation.