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

Added configuration parameter grpc.port to make the gRPC server port configurable #821

Merged

Conversation

alberto-bortolan
Copy link
Contributor

@alberto-bortolan alberto-bortolan commented Nov 24, 2024

Summary

This change adds one parameter to the [grpc] section in medusa.ini:

  • port : grpc port the server listens to. Defaults to 50051

This change resolves #512 (grpc service - port number configurability) on the Medusa side.
Other projects such as k8ssandra-operator will need changes to support the new parameter.

@@ -158,6 +158,7 @@ backup_grace_period_in_days = 10
; Set to true when running in grpc server mode.
; Allows to propagate the exceptions instead of exiting the program.
;enabled = False
;port = <grpc port the server listens to. Defaults to port 50051.>
Copy link
Contributor

Choose a reason for hiding this comment

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

@alberto-bortolan , could you please add this same thing to the medusa-example.ini file in the root of the project?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rzvoncek done it

@rzvoncek rzvoncek merged commit a1f7647 into thelastpickle:master Nov 25, 2024
22 of 25 checks passed
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.

grpc service - port number configurability
2 participants