twitter-archive / snowflake

Snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees.
http://twitter.com/
7.68k stars 1.13k forks source link

puts "client_test.rb <count> <servers> <agent>" #15

Closed subashsethurajan closed 11 years ago

subashsethurajan commented 11 years ago

WHAT IS THE THIRD ARGUMENT.

  1. is it user defined string? or not?
bdd commented 11 years ago

It's the User Agent string which is a parameter to get_id Thrift method. https://github.com/twitter/snowflake/blob/master/src/main/thrift/Snowflake.thrift#L15