Is there a way to programmatically disable discovery?
During start-up initialization our executables block until discovery of all endpoints is complete on all domains and partitions. After initialization there are no late joiners. There seems to be a lot of on-going discovery related traffic. Is there a way to disable discovery, we can safely do so after initialization?
Thank you.
Hello techgeek,
There is no way to disable discovery entirely, because there would be no way to know if an application was restarted. However, there are several ways to minimize discovery traffic, some of which may make initial discovery take longer:
Thank you!
Rose
Hi Rose,
Many thanks for the suggestions. I will try option 2 to see if it increases the application run-time speed.