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

Removed internal_port from ReplicaSetConfig. #77

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Conversation

mwhittaker
Copy link
Member

Previously, the ReplicaSetConfig proto contained an internal_port field that configured the port on which a weavelet listened. This field was not needed, as the weavelet port is a constant. There was no way for a user to change the port, nor any reason for them to do so. This PR removes the unneeded field.

Previously, the `ReplicaSetConfig` proto contained an `internal_port`
field that configured the port on which a weavelet listened. This field
was not needed, as the weavelet port is a constant. There was no way for
a user to change the port, nor any reason for them to do so. This PR
removes the unneeded field.
@mwhittaker mwhittaker self-assigned this Oct 18, 2023
Copy link
Collaborator

@rgrandl rgrandl left a comment

Choose a reason for hiding this comment

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

Very nice!

@mwhittaker mwhittaker merged commit eada49a into main Oct 19, 2023
9 of 10 checks passed
@mwhittaker mwhittaker deleted the remove_internal_port branch October 19, 2023 23:42
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