tbak

Results 4 comments of tbak

With PR https://github.com/Netflix/eureka/pull/714 Eureka no longer depends on blitz4j, and uses only slf4j API. You should be able to plugin log4j2 now.

@kworkbee Sorry, I am not able to answer this question. I stopped working on Eureka several years ago.

I have observed the same issue + leaking TCP connections in CLOSE_WAIT state. I found two reported issues matching this behavior: - https://bugs.eclipse.org/bugs/show_bug.cgi?id=444031 - http://dev.eclipse.org/mhonarc/lists/jetty-users/msg04665.html.

DefaultFactories are meant to be used only for testing. For production deployment you must provide your own `io.reactivex.netty.pipeline.ssl.SSLEngineFactory` factory implementation that will create properly configured `SSLEngine`. This simplistic API was...