Skip to content
Snippets Groups Projects

Have a separate routing bit writer per stream

Merged Rosen Matev requested to merge rm-stream-routing-bits into master
  1. Mar 09, 2022
  2. Feb 28, 2022
    • Rosen Matev's avatar
      Have a separate routing bit writer per stream · a3dd283e
      Rosen Matev authored
      In the online world, all raw events go into one "pipe".
      They are later split into streams according to the routing bits.
      An event that is selected in N (>1) streams will thus get N raw events
      with slightly different content (e.g. different raw banks).
      A separate routing bit writer for each stream is thus needed in order
      to prevent having all of the N raw events go into each of the N
      streams.
      a3dd283e
Loading