Closed
Description
I'm currently facing an issue where I have queued requests to be sent via this library when the Java process receives a shutdown signal (SIGTERM).
When trying to complete the queued requests the DNS Client has already terminated it's internals because of the registered ShutdownHook.
Could we add flag or setting to not register a ShutdownHook and instead place the burden on the consumer of DNSJava to clean up correctly?