Expand description
RPC client implementation for connecting to Spark nodes.
This module provides the RPC client implementation used to establish secure connections to Spark nodes. It handles:
- Connection management and pooling
- Service client creation for different Spark services
- TLS configuration and certificate verification
The main type is [SparkRpcClient
] which manages the underlying connection and
provides methods to create service-specific clients.