ADF HA: How to replicate application scope value in cluster environment
Is it possible replicate the application scope value change in cluster environment?
I have a scenario where I would like to update the application scope value in cluster environment. I’ve noticed that the updating the application scope value is not replicating in other managed servers.
I've observed that we can’t use ControllerContext.markScopeDirty() for applicationScope as it does not support for Non-ADF scope.
I would like to know, is there a way to replicate the application scope value change in cluster environment?
Thanks You in Advance.