Advertisement
shakasu

uuid_handler.lua

Feb 16th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. #!/usr/bin/env tarantool
  2.  
  3. local param = ...
  4. local uuid = require('uuid')
  5.  
  6. param.obj.uuid = uuid.new()
  7.  
  8. param.routing_key = "handler_key"
  9.  
  10. return param
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement