[ https://issues.apache.org/jira/browse/BAHIR-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950278#comment-15950278 ]
ASF GitHub Bot commented on BAHIR-97: ------------------------------------- Github user ckadner commented on the issue: https://github.com/apache/bahir/pull/38 @sbcd90 -- Thanks, much better! To remove the remaining noise, I believe you would have to add a dependency to `akka-slf4j` in `sql-streaming-akka/pom.xml` and configure Akka to use the `akka.event.slf4j.Slf4jLogger` ... ```XML <dependency> <groupId>${akka.group}</groupId> <artifactId>akka-slf4j_${scala.binary.version}</artifactId> <version>${akka.version}</version> </dependency> ``` ```Scala akka.loggers.0 = "akka.event.slf4j.Slf4jLogger" akka.log-dead-letters-during-shutdown = "off" ``` > Akka as a streaming source for SQL Streaming. > --------------------------------------------- > > Key: BAHIR-97 > URL: https://issues.apache.org/jira/browse/BAHIR-97 > Project: Bahir > Issue Type: New Feature > Components: Spark SQL Data Sources > Affects Versions: Spark-2.1.0 > Reporter: Subhobrata Dey > > Hello, > This issue is created to propose the addition of Akka compatible streaming > source for Spark SQL Streaming. -- This message was sent by Atlassian JIRA (v6.3.15#6346)