You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/02/09 21:38:26 UTC

[GitHub] [incubator-pekko-connectors-kafka] pjfanning commented on a diff in pull request #30: Using `pekko` instead of `akka` in reference.conf and related configurations

pjfanning commented on code in PR #30:
URL: https://github.com/apache/incubator-pekko-connectors-kafka/pull/30#discussion_r1102049571


##########
benchmarks/src/main/resources/reference.conf:
##########
@@ -1,5 +1,5 @@
-akka {
-  loggers = ["akka.event.slf4j.Slf4jLogger"]
+pekko {
+  loggers = ["pekko.event.slf4j.Slf4jLogger"]

Review Comment:
   isn't akka.event.slf4j.Slf4jLogger a class? - so the replacement in pekko would be org.apache.pekko.event.slf4j.Slf4jLogger - likewise 2 lines below this in this file - that is also a fully qualified class name 



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org