in lib/shenyu/register/core/utils.lua [25:27]
function _M.long_to_hex_string(long) return string.format("0x%06x", long) end