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

fix(instance-id): use sequence number as instance id #158

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

gszr
Copy link
Member

@gszr gszr commented Sep 5, 2023

This patch changes how the instance ID is calculated; rather than generating an instance ID solely on the plugin server side, the plugin sequence number passed in by Kong is used. If one is not found in the request, a random ID is generated.

This patch changes how the instance ID is calculated; rather than
generating an instance ID solely on the plugin server side, the plugin
sequence number passed in by Kong is used. If one is not found in the
request, a random ID is generated.
@gszr gszr merged commit 685e63a into master Sep 7, 2023
4 checks passed
@gszr gszr deleted the fix-instance-id branch September 7, 2023 13:36
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