dickens7 commented on issue #4209: URL: https://github.com/apache/apisix/issues/4209#issuecomment-839870677
the first bit should stay at 0 and actually only use 63bit Sonyflake definition ``` 39 bits for time in units of 10 msec 8 bits for a sequence number 16 bits for a machine id ``` It may also have to come out of the two to do a callback, to deal with the time callback problem ``` 39 bits for time in units of 10 msec 8 bits for a sequence number 2 bits for back to dial 14 bits for a machine id ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
