tysonnorris commented on a change in pull request #2414: SPI approach for pluggable implementations URL: https://github.com/apache/incubator-openwhisk/pull/2414#discussion_r124658343
########## File path: common/scala/src/main/scala/whisk/connector/kafka/KafkaProducerConnector.scala ########## @@ -20,22 +20,21 @@ package whisk.connector.kafka import java.util.Properties import java.util.UUID -import scala.concurrent.ExecutionContext -import scala.concurrent.Future -import scala.util.Failure -import scala.util.Success - import org.apache.kafka.clients.producer.KafkaProducer import org.apache.kafka.clients.producer.ProducerConfig import org.apache.kafka.clients.producer.ProducerRecord import org.apache.kafka.clients.producer.RecordMetadata import org.apache.kafka.common.serialization.StringSerializer - import whisk.common.Counter import whisk.common.Logging import whisk.core.connector.Message import whisk.core.connector.MessageProducer +import scala.concurrent.ExecutionContext Review comment: done! ---------------------------------------------------------------- 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
