You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Bharath Kumarasubramanian (Jira)" <ji...@apache.org> on 2019/11/19 00:47:00 UTC

[jira] [Created] (SAMZA-2392) Parallelize side input consumption across tasks

Bharath Kumarasubramanian created SAMZA-2392:
------------------------------------------------

             Summary: Parallelize side input consumption across tasks
                 Key: SAMZA-2392
                 URL: https://issues.apache.org/jira/browse/SAMZA-2392
             Project: Samza
          Issue Type: Improvement
            Reporter: Bharath Kumarasubramanian


Currently, side inputs are consumed on a single thread and messages are dispatch to appropriate task's processor. Additionally, standby containers are also using side inputs to restore state.

Parallelizing across task would be a good optimization to investigate and implement. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)