You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "David Yan (JIRA)" <ji...@apache.org> on 2016/04/13 00:56:25 UTC

[jira] [Updated] (APEXCORE-431) Remove referral of "Gateway" in Apex Core and make the message bus mechanism pluggable

     [ https://issues.apache.org/jira/browse/APEXCORE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Yan updated APEXCORE-431:
-------------------------------
    Description: 
Currently we have referral to the "Gateway" in Apex Core code, especially in the attribute specs in Context.java.

This "Gateway" is actually functioning as a message bus that delivers data like STRAM events, tuple recording updates, stats updates, AutoMetrics data, and is not required for running an Apex application.

We should make this feature pluggable remove all references to anything specific to the "Gateway".

  was:
Currently we have referral to the "Gateway" in Apex Core code, especially in the attribute specs in Context.java.

This "Gateway" is actually a message bus that delivers data like STRAM events, tuple recording updates, stats updates, AutoMetrics data, and is not required for running an Apex application.

We should make this feature pluggable remove all references to anything specific to the "Gateway".


> Remove referral of "Gateway" in Apex Core and make the message bus mechanism pluggable
> --------------------------------------------------------------------------------------
>
>                 Key: APEXCORE-431
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-431
>             Project: Apache Apex Core
>          Issue Type: Task
>            Reporter: David Yan
>            Assignee: David Yan
>             Fix For: 4.0.0
>
>
> Currently we have referral to the "Gateway" in Apex Core code, especially in the attribute specs in Context.java.
> This "Gateway" is actually functioning as a message bus that delivers data like STRAM events, tuple recording updates, stats updates, AutoMetrics data, and is not required for running an Apex application.
> We should make this feature pluggable remove all references to anything specific to the "Gateway".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)