coolbeevip commented on a change in pull request #523: SCB-1374 Added alpha-fsm-channel-redis module to refactor redis channel component URL: https://github.com/apache/servicecomb-pack/pull/523#discussion_r309623695
########## File path: alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/channel/KafkaActorEventChannel.java ########## @@ -18,9 +18,9 @@ package org.apache.servicecomb.pack.alpha.fsm.channel; import java.lang.invoke.MethodHandles; -import org.apache.servicecomb.pack.alpha.fsm.event.base.BaseEvent; +import org.apache.servicecomb.pack.alpha.core.fsm.event.base.BaseEvent; import org.apache.servicecomb.pack.alpha.fsm.metrics.MetricsService; -import org.apache.servicecomb.pack.alpha.fsm.sink.ActorEventSink; +import org.apache.servicecomb.pack.alpha.core.fsm.sink.ActorEventSink; import org.slf4j.Logger; import org.slf4j.LoggerFactory; Review comment: Please add this file in the Kafka channel feature. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
