KongPlugin/Correlation-ID: Add UUIDv7 as an option #13976
cptjacky
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Correlation IDs are very useful when trying to debug what happened in a specific request. However, the proposed options are not database-indexes friendly due to the random nature of UUIDs.
UUIDv7 was officially added to the UUID standard and has a
unix_ts_ms
as its first 48 bytes, allowing for efficient indexing in most databases!I believe adding an UUIDv7 option to the correlation-id plugin would be of great value to a lot of users!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions