Skip to content

Commit

Permalink
FlakeIdGeneratorConfig extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasherman committed Dec 17, 2019
1 parent f87a77f commit 659c645
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions protocol-definitions/DynamicConfig.yaml
Expand Up @@ -1127,6 +1127,36 @@ methods:
since: 2.0
doc: |
TODO DOC
- name: epochStart
type: long
nullable: false
since: 2.0
doc: |
offset of timestamp component in milliseconds
- name: bitsTimestamp
type: int
nullable: false
since: 2.0
doc: |
bit length of timestamp component
- name: bitsSequence
type: int
nullable: false
since: 2.0
doc: |
bit length of sequence component
- name: bitsNodeId
type: int
nullable: false
since: 2.0
doc: |
bit length of node id component
- name: allowedFutureMillis
type: long
nullable: false
since: 2.0
doc: |
how far to the future is it allowed to go to generate IDs
response: {}
- id: 16
name: addPNCounterConfig
Expand Down

0 comments on commit 659c645

Please sign in to comment.