queue icon indicating copy to clipboard operation
queue copied to clipboard

Make `identify` more friendly

Open LeonidVas opened this issue 3 years ago • 0 comments

Now queue.identify() (https://github.com/tarantool/queue#session-identify) takes uuid only in binary format, which is inconvenient in some cases. My suggestions:

  • Make identify capable of getting uuid in any format (binary, string, uuid_obj)
  • Return uuid_obj (breaks backward compatibility)

LeonidVas avatar May 19 '22 08:05 LeonidVas