Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
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