You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Lei Zhang (JIRA)" <ji...@apache.org> on 2019/07/11 14:42:00 UTC

[jira] [Created] (SCB-1374) Implement Alpha Event Channel Plugin

Lei Zhang created SCB-1374:
------------------------------

             Summary: Implement Alpha Event Channel Plugin
                 Key: SCB-1374
                 URL: https://issues.apache.org/jira/browse/SCB-1374
             Project: Apache ServiceComb
          Issue Type: Sub-task
          Components: Saga
    Affects Versions: pack-0.5.0
            Reporter: Lei Zhang


After receiving the event, Alpha puts the event channel and returns quickly. This can improve TPS. Alpha defaults to use the  MemoryActorEventChannel, and can extend other implementations through the interface. 

Use alpha.feature.akka.channel.type to switch event channel type.

alpha.feature.akka.channel.type=activemq use ActiveMQActorEventChannel

alpha.feature.akka.channel.type=redis use RedisActorEventChannel

alpha.feature.akka.channel.type=kafka use KafkaActorEventChannel

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)