Now that we have the clean shutdown support in rest utils (confluentinc/rest-utils#2), we can add the shutdown hook in schema registry server to close resources cleanly.
We also need to add the signal handler in Main so that we can shutdown the server cleanly on ctrl-C.