Skip to content

Role refactoring

Denis Smirnov requested to merge role_refactoring into main

Refactoring:

  1. Move fiber_id() lua function from cartridge crate to the core.
  2. Move common cartridge Lua code to the sbroad-common role (that is used both by sbroad-router and sbroad-storage roles).
  3. Add a bucket_id local SQL function for any role in the cluster (we'll need it later to implement insert select without motions.

Merge request reports