Quarkus logging splunk is using [splunk-library-logging ](https://github.com/splunk/splunk-library-javalogging) third party to reach the Splunk Event collector. The idea is to replace this dependency by a Quarkus dedicated Rest Client for : * Performance/troubleshotting reason (https://github.com/splunk/splunk-library-javalogging/issues/257, #255) * Unifying the HTTP client (Splunk's Library is using ok http) * Slow release cycle/ project activity * Event Collector REST API is public - https://docs.splunk.com/Documentation/SplunkCloud/latest/Data/HECRESTendpoints * Unnecessary logging system support provided (logback/log4j ... ) * No defined metrics and HTTP Client metrics produced