teragrep / rlp_01

Java Reliable Event Logging Protocol (RELP) Library RLP-01
Apache License 2.0
5 stars 5 forks source link

change RelpConnection constructor so that reconnect can work #27

Closed kortemik closed 1 year ago

kortemik commented 1 year ago

change from SSLEngine argument to Supplier for the RelpConnection when tls is desired, reconnect seems to require a fresh SSLEngine each time

kortemik commented 1 year ago

a breaking change for RelpConnection(SSLEngine sslEngine) constructor but because reconnect can not use the existing engine it's worth the hassle.