found this old post about best practice of cluster topology refresh
I am thinking about just to enable adaptive refresh and disabled period refresh, will that be a safe config consider we are connecting to AWS Elastic Cache HA setup.
I assuming this will still work for AWS elastic cache master/slave fail over because of reconnection timeout ?
Also, just how expensive is the periodic refresh? does it affect regular redis command execution during the refresh process? (are they competing with the shared ClientResources like EventExecutorGroup etc?)
If we have to use periodic refresh against elastic cache, i read somewhere else it is better to disable dynamicRefreshSources and rely on initils seed node, because the seed nodes from AWS is a DNS round-robin. (?)