Skip to content

Instantly share code, notes, and snippets.

@donigian
Created July 12, 2015 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donigian/54006eaff36995dfbf59 to your computer and use it in GitHub Desktop.
Save donigian/54006eaff36995dfbf59 to your computer and use it in GitHub Desktop.
UserShardRecord
/* Purpose of UserShardRecord is to store/correlate shardId for a particular userId */
case class UserShardRecord(userId: String, shardId: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment