get next UUID(base on snowflake algorithm), which look like:
highest 1 bit: always 0
next 10 bit: workerId
next 41 bit: timestamp
lowest 12 bit: sequence
get next UUID(base on snowflake algorithm), which look like:
highest 1 bit: always 0
next 10 bit: workerId
next 41 bit: timestamp
lowest 12 bit: sequence