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

refactor(server): user ServerConfigBuilder to replace ServerBuilder's duplicate setter methods #1487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

koushiro
Copy link
Contributor

@koushiro koushiro commented Oct 30, 2024

CHANGES:

  • add custom_tokio_runtime method for ServerConfigBuilder
  • add with_config constructor for ServerBuilder
  • add set_config method for ServerBuilder

BREAKING CHANGES:

  • remove all config setter methods of ServerBuilder

Close #1486

@koushiro koushiro requested a review from a team as a code owner October 30, 2024 03:52
@koushiro koushiro changed the title refactor(server): user ServerConfigBuilder to replace Builder's duplicate setter methods refactor(server): user ServerConfigBuilder to replace ServerBuilder's duplicate setter methods Oct 30, 2024
… duplicate setter methods

**CHANGES**:

- add custom_tokio_runtime method for ServerConfigBuilder
- add with_config constructor for ServerBuilder
- add set_config method for ServerBuilder

**BREAKING CHANGES**:

- remove all config setter methods of ServerBuilder

Signed-off-by: koushiro <[email protected]>
@koushiro
Copy link
Contributor Author

@niklasad1 PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

server: use ServerConfigBuilder to replace ServerBuilder's duplicate setter methods
1 participant