WillemJiang commented on a change in pull request #236: [SCB-745] (WIP)RetrySender should not throw exception when go the saga start event URL: https://github.com/apache/incubator-servicecomb-saga/pull/236#discussion_r207712116
########## File path: omega/omega-connector/omega-connector-grpc/src/main/java/org/apache/servicecomb/saga/omega/connector/grpc/LoadBalancedClusterMessageSender.java ########## @@ -20,24 +20,29 @@ import static java.util.Collections.emptyList; import static java.util.concurrent.TimeUnit.MILLISECONDS; +import com.google.common.base.Supplier; Review comment: You may need to import the google code formate [here](http://servicecomb.incubator.apache.org/developers/setup-develop-environment/). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
