ladhadeepak commented on PR #12938: URL: https://github.com/apache/pulsar/pull/12938#issuecomment-1121267878
> > > Why do you want to disable Conscrypt? > > > > > > Oh well, we are in enterprise application development space and not in the mobile app or android space. > > Unfortunately Conscrypt isn't related to mobile apps or android space in Pulsar. Conscrypt is used in Pulsar to improve the performance of Jetty TLS layer. #10372 explains the rationale. The official Jetty documentation recommends to use Conscrypt to achieve good performance with TLS. Embedded Jetty is used as the http server for the Pulsar broker and Pulsar proxy. Sure, we can evaluate this in our context. Thanks for the detailed info. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
