You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/14 13:15:22 UTC

[GitHub] [pulsar] Technoboy- opened a new pull request, #17649: [improve][broker] Add a constructor method for NettyServerSslContextBuilder.

Technoboy- opened a new pull request, #17649:
URL: https://github.com/apache/pulsar/pull/17649

   ### Motivation
   
   As #14569 supported full ssl-provider for broker service, the `constructor` method of NettyServerSslContextBuilder adds a new param `sslProvider`.  Because `sslProvider` can be `null` as the default value, it's better to keep the original `constructor`, then plugins or users do not need to do any changes.  
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   (Please explain why)
   
   


-- 
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-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Technoboy- merged pull request #17649: [improve][broker] Add a constructor method for NettyServerSslContextBuilder.

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #17649:
URL: https://github.com/apache/pulsar/pull/17649


-- 
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-unsubscribe@pulsar.apache.org

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