You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(instance-id): use sequence number as instance id
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.