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/04/13 07:11:33 UTC

[GitHub] [pulsar] nodece opened a new pull request, #15150: [improve][client] Refactor create https ssl context based on netty

nodece opened a new pull request, #15150:
URL: https://github.com/apache/pulsar/pull/15150

   Signed-off-by: Zixuan Liu <no...@gmail.com>
   
   ### Motivation
   
   The client module has multiple duplication codes that create ssl context, and the way of creation is not consistent. 
   
   Currently, we support using the KeyStore and CACert two formats, and using different ssl context, this will made us confused.
   
   I suggest we use the netty ssl context to create the SSL work, no use java ssl context.
   
   This PR is the beginning.
   
   ### Modifications
   
   - Clean up duplication codes that create ssl context in the client
   - Add `KeyStoreSslContextSupplier` and `SslContextSupplier` to create netty ssl context supplier, which supports refresh the key and cert by compare the cached object and new object.
   
   ### Documentation
   
   - [x] `no-need-doc` 
   


-- 
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] github-actions[bot] commented on pull request #15150: [improve][client] Refactor create https ssl context based on netty

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15150:
URL: https://github.com/apache/pulsar/pull/15150#issuecomment-1126843661

   The pr had no activity for 30 days, mark with Stale label.


-- 
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] nodece closed pull request #15150: [improve][client] Refactor create https ssl context based on netty

Posted by GitBox <gi...@apache.org>.
nodece closed pull request #15150: [improve][client] Refactor create https ssl context based on netty
URL: https://github.com/apache/pulsar/pull/15150


-- 
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] github-actions[bot] commented on pull request #15150: [improve][client] Refactor create https ssl context based on netty

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15150:
URL: https://github.com/apache/pulsar/pull/15150#issuecomment-1154633179

   The pr had no activity for 30 days, mark with Stale label.


-- 
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