Currently, the Spark Connect client for Rust is highly experimental and should not be used in any production setting. This is currently a "proof of concept" to identify the methods of interacting with ...
I have a rust openssl client that connects to a server via tls protocol, but sometimes when the connection gets disconnected and rust client is trying to reestablish connection, the server won't ...