flake-java
flake-java copied to clipboard
Id generator based on Twitter's Snowflake
Results
1
flake-java issues
Sort by
recently updated
recently updated
newest added
We just ran into an issue where duplicate IDs got generated. I think this is because the code assumes that System.currentTimeMillis() is monotonic, which [is not always so](https://stackoverflow.com/questions/2978598/will-system-currenttimemillis-always-return-a-value-previous-calls)