Versions Compared

Key

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

...

Support processor expansion

 

Here we provide the high level idea of how this can be supported. Most of the logic is expected to be implemented in the stream processing layer.

Note: It is required that, at any given time, the number of partitions of the input topic >= the number of processors of the processing job. In other words, we should always expand partitions of the input topic before expanding processors of the processing job.

When a new processor is started to the job, the processor should be able to know the following information:

...