Thanks for this big contribution! I have a few questions of the overall approach:
- How does this work with repeated queries/lookups? Is each query a new connection, with a new SSL handshake? Or is this more like a "streamed RPC", like grpc? - Can we avoid moving the SSLUtils etc to `flink-core`? With possible support for OpenSSL bindings, this would be nice to keep this complexity out of the core project. Otherwise, we would need a `flink-runtime` dependency in the `queryable-state-client`, so reverse the dependencies. Would that be feasible? [ Full content available at: https://github.com/apache/flink/pull/6626 ] This message was relayed via gitbox.apache.org for [email protected]
