Hello,
I need to generate a unique request id and set as a header for upstream. Currently I have downloaded from https://github.com/smallfish/lua-resty-string/blob/master/lib/resty/uuid.lua but would prefer it is a part of openest distribution, so I don't have to maintain a separate version of this file.
Any thoughts?
NOTE: I have generate 1M uuid using this and validate that it doesn't generate duplicate entries.