You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jongyoul Lee (JIRA)" <ji...@apache.org> on 2019/03/27 05:19:00 UTC

[jira] [Created] (ZEPPELIN-4093) Replace some listeners and callback to use queue

Jongyoul Lee created ZEPPELIN-4093:
--------------------------------------

             Summary: Replace some listeners and callback to use queue
                 Key: ZEPPELIN-4093
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4093
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Jongyoul Lee
            Assignee: Jongyoul Lee


Zeppelin has many listeners and callbacks to communicate with components and pass the behaviors to other components. This makes hard to read the code and predict behaviors. It would be better to use queues in order to pass messages to other components and websockets as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)