Make `identify` more friendly
LeonidVas opened this issue · 0 comments
LeonidVas commented
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
identifycapable of getting uuid in any format (binary, string, uuid_obj) - Return uuid_obj (breaks backward compatibility)