yashmayya opened a new pull request, #14476:
URL: https://github.com/apache/pinot/pull/14476

   - https://github.com/apache/pinot/pull/14387 added support for configuring 
TLS between brokers and servers (gRPC query dispatch client in the broker, gRPC 
query server in the servers) for the multi-stage query engine.
   - However, this wasn't "complete" because the multi-stage engine also 
involves data shuffle between servers via a mailbox mechanism which also should 
be secured via TLS when the new config `pinot.multistage.engine.tls.enabled` is 
set to `true`. The mailbox mechanism is also used to stream the final query 
results from servers to brokers.
   - This patch adds TLS support to the mailboxes as well, behind the same 
configuration option introduced in the previous patch. The previously added 
integration test also covers this addition due to the use of the mailbox 
mechanism for final data exchange between server and broker in stage 0 of a 
query plan.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to