Skip to content

Latest commit

 

History

History

id-allocator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

id-allocator:

  • 分布式发号器, ID 生成器
  • Distributed ID Generate Service
  • Allocator is a distributed ID allocator backed by a KVstore.

使用场景:

  • 数据库场景: 表唯一主键, 自增, 有序, 排序友好
  • 交易场景: 订单号
  • 队列场景:mq 消息流水号

参考:

项目: