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

[router] Made most VeniceRouterConfig fields final #1405

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

FelixGV
Copy link
Contributor

@FelixGV FelixGV commented Dec 18, 2024

There are only two exceptions, related to throttling, which are allowed to be mutated post-init.

Miscellaneous:

  • Deleted a dead config: router.compute.fast.avro.enabled
  • Made VeniceProperties::getMap return an unmodifiable map.

N.B.: This is a carve out of #1367 to make that other PR smaller. It is the most trivial part of that PR.

How was this PR tested?

New unit tests.

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

There are only two exceptions, related to throttling, which are allowed
to be mutated post-init.

Miscellaneous:

- Deleted a dead config: router.compute.fast.avro.enabled
- Made VeniceProperties::getMap return an unmodifiable map.
Copy link
Contributor

@majisourav99 majisourav99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks Felix

@FelixGV FelixGV merged commit cc10770 into linkedin:main Dec 19, 2024
57 checks passed
@FelixGV
Copy link
Contributor Author

FelixGV commented Dec 19, 2024

Thanks Sourav!

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.

2 participants