-
Notifications
You must be signed in to change notification settings - Fork 188
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
docs: add socket send and receive buffers size details to broker and gateway #4695
base: main
Are you sure you want to change the base?
docs: add socket send and receive buffers size details to broker and gateway #4695
Conversation
👋 🤖 🤔 Hello, @filipecampos! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
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.
👍 Please address all comments, mostly that you left the default value as 4MB everywhere (I assume due to copy pasting). But no need for another review.
804ccfc
to
996832f
Compare
996832f
to
e5ab8b1
Compare
👋 If this is for alpha3, you may want to put a |
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.
Lgtm - approved! 👍 🚀
Description
Adding information on the new
socketReceiveBuffer
andsocketSendBuffer
network configuration parameters for the broker and the gateway that were introduced in camunda/camunda#24104. introduced new configuration parameters to define the size of socket send and receive buffers in brokers and gateways.This information was added to the corresponding configurations documentation.
Broker - zeebe.broker.network
Gateway - zeebe.gateway.network
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).