-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
chore(conf): add description about cluster_rpc and cluster_rpc_sync #14278
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -345,6 +345,13 @@ | |||||||||||||||||||||||
# - certificate content | ||||||||||||||||||||||||
# - base64 encoded certificate content | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
#cluster_rpc = # Enable/disable cluster rpc framework. | ||||||||||||||||||||||||
# The default value is `off`. | ||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestions for the description:
Comment on lines
+348
to
+349
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I used Euclid's suggestion and rephrased it for readability. You don't need to say what the default value is in the description, that goes next to the parameter itself. |
||||||||||||||||||||||||
|
||||||||||||||||||||||||
#cluster_rpc_sync = # Enable/disable cluster rpc sync protocol | ||||||||||||||||||||||||
chronolaw marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestions for the description: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And should we mention it needs to be set to on for both control plane and data plane nodes in hybrid mode. |
||||||||||||||||||||||||
# The default value is `off`. | ||||||||||||||||||||||||
# If cluster_rpc is `off`, then cluster_rpc_sync will always be `off`. | ||||||||||||||||||||||||
Comment on lines
+351
to
+353
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
#------------------------------------------------------------------------------ | ||||||||||||||||||||||||
# HYBRID MODE DATA PLANE | ||||||||||||||||||||||||
#------------------------------------------------------------------------------ | ||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And should we mention it needs to be set to
on
for both control plane and data plane nodes in hybrid mode.It needs to be set to
on
for data plane nodes for Konnect.