-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Elasticsearch, Redis
-
Backlog priority:500
-
Sprint:nxBD 8.3.1
-
Story Points:2
Currently ESUIDSequencer.getNext(String sequenceName) returns an int value, which may not be enough in some use cases.
We should provide a new method getNextLong(String sequenceName) to return a long value.
–
The UIDSequencer interface now support long integer