Context
When using Aerospike ESP Connector with third party proxies, you may need to disable the ESP health-check.By default this health-check will run every 5s.
The failing health-check would result in the following error in the ESP logs:
DEADLINE_EXCEEDED: deadline exceeded after 5.1s. : count=1
Method
The ESP connector up to now, doesn't have a setting to formerly disable the health-check.One can workaround this by setting a high value for the check interval setting defined by interval-seconds .
For example, this could be set to 10 days interval:
interval-seconds 864000