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/08/22 06:25:00 UTC

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

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

Lei Zhang updated SCB-1374:
---------------------------
    Description: 
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=redis use RedisActorEventChannel

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

 

  was:
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

 


> 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
>            Assignee: Lei Zhang
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> 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=redis use RedisActorEventChannel
> alpha.feature.akka.channel.type=kafka use KafkaActorEventChannel
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)