* @author Nitesh Kant
*/
public class MyApplicationRunner {
public static void main(String[] args) {
HealthCheck healthCheckHandler = new HealthCheck();
Karyon.forRequestHandler(8888,
new RxNettyHandler("/healthcheck",
new HealthCheckEndpoint(healthCheckHandler)),
new KaryonBootstrapSuite(healthCheckHandler),
new ArchaiusSuite("hello-netflix-oss"),