Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. with fan-in topology, downstream needs to match incomplete record with the upstream; but this can should be handled by having separate input channels already - (given we have stable channel ids) (need to check)
  2. output buffers need to be sent to the right channel; this is a problem if we rely on keys and don't have stable channels ids
  3. when scaling-in upstream,  buffers of incomplete records need to be matched
  4. when scaling-in downstream, there can be multiple incomplete records in input buffers (it can be a single input channel after recovery)

...