Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve][broker] Add a constructor method for NettyServerSslContextBuilder. #17649

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

Technoboy-
Copy link
Contributor

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

  • doc-not-needed
    (Please explain why)

@Technoboy- Technoboy- requested a review from nodece September 14, 2022 13:15
@Technoboy- Technoboy- self-assigned this Sep 14, 2022
@Technoboy- Technoboy- added this to the 2.11.0 milestone Sep 14, 2022
@Technoboy- Technoboy- added type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages area/broker labels Sep 14, 2022
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Sep 14, 2022
@Technoboy- Technoboy- merged commit 07a9074 into apache:master Sep 15, 2022
@Technoboy- Technoboy- deleted the add-default-contructor branch September 14, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/broker cherry-picked/branch-2.11 doc-not-needed Your PR changes do not impact docs type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants