-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix(core): Add a new parameter worker_event_max_payload
to kong.conf
#11214
Commits on Jul 17, 2023
-
With a hard-coded payload size, for some use cases like uploading a big
OpenAPI spec in DevPortal or updating a big config entry for plugins, they can not work as expected. With the new parameter, the user can decide the payload size to meet their needs. In this PR, a new parameter, `worker_events_max_payload` is added, which allows to specify the payload size the `worker_events` lib can accept. The default size is 64k, and the max allowed to set is 16M Bytes. The corresponding PR for `worker_events` lib is [#37](Kong/lua-resty-events#37) FTI-4963
Configuration menu - View commit details
-
Copy full SHA for b0d7d33 - Browse repository at this point
Copy the full SHA b0d7d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ce2ec - Browse repository at this point
Copy the full SHA 78ce2ecView commit details -
Co-authored-by: Datong Sun <datong.sun@konghq.com>
Configuration menu - View commit details
-
Copy full SHA for d1395e9 - Browse repository at this point
Copy the full SHA d1395e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dfb46f - Browse repository at this point
Copy the full SHA 8dfb46fView commit details -
correct the default value, and add an entry for bumping the version o…
…f lua-resty-events
Configuration menu - View commit details
-
Copy full SHA for da4b72c - Browse repository at this point
Copy the full SHA da4b72cView commit details -
1. append PR number to the changelog entry of lua-resty-events
2. correct the spec test 3. style
Configuration menu - View commit details
-
Copy full SHA for 05e2fcd - Browse repository at this point
Copy the full SHA 05e2fcdView commit details -
Co-authored-by: Chrono <chrono_cpp@me.com>
Configuration menu - View commit details
-
Copy full SHA for 7ee894e - Browse repository at this point
Copy the full SHA 7ee894eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0bf80 - Browse repository at this point
Copy the full SHA fe0bf80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be86d5 - Browse repository at this point
Copy the full SHA 1be86d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 571042b - Browse repository at this point
Copy the full SHA 571042bView commit details -
Update spec/02-integration/07-sdk/06-worker_events_spec.lua
Co-authored-by: Chrono <chrono_cpp@me.com>
Configuration menu - View commit details
-
Copy full SHA for d7d30b2 - Browse repository at this point
Copy the full SHA d7d30b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab4154 - Browse repository at this point
Copy the full SHA 4ab4154View commit details -
Update spec/02-integration/07-sdk/06-worker_events_spec.lua
Co-authored-by: Chrono <chrono_cpp@me.com>
Configuration menu - View commit details
-
Copy full SHA for b2c8483 - Browse repository at this point
Copy the full SHA b2c8483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85722e2 - Browse repository at this point
Copy the full SHA 85722e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4ef8c - Browse repository at this point
Copy the full SHA eb4ef8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4958e81 - Browse repository at this point
Copy the full SHA 4958e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba7556 - Browse repository at this point
Copy the full SHA 4ba7556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ffa9c6 - Browse repository at this point
Copy the full SHA 6ffa9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 264b361 - Browse repository at this point
Copy the full SHA 264b361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e4ff5 - Browse repository at this point
Copy the full SHA 11e4ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 741cf3e - Browse repository at this point
Copy the full SHA 741cf3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 813accf - Browse repository at this point
Copy the full SHA 813accfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f057b - Browse repository at this point
Copy the full SHA 33f057bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7195d9 - Browse repository at this point
Copy the full SHA e7195d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91fe1b1 - Browse repository at this point
Copy the full SHA 91fe1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d66f2e5 - Browse repository at this point
Copy the full SHA d66f2e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6f79d - Browse repository at this point
Copy the full SHA aa6f79dView commit details