mdedetrich commented on code in PR #31:
URL: 
https://github.com/apache/incubator-pekko-persistence-cassandra/pull/31#discussion_r1143194043


##########
example/src/main/scala/org/apache/pekko/persistence/cassandra/example/EventProcessorStream.scala:
##########
@@ -85,7 +85,7 @@ class EventProcessorStream[Event: ClassTag](
   private def readOffset(): Future[Offset] = {
     session
       .selectOne(
-        "SELECT timeUuidOffset FROM akka.offsetStore WHERE eventProcessorId = 
? AND tag = ?",
+        "SELECT timeUuidOffset FROM pekko.offsetStore WHERE eventProcessorId = 
? AND tag = ?",

Review Comment:
   Oh definitely we should replace `akka`, but as you said as a bare minimum we 
should at least notify users because it is a breaking change.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to