He-Pin commented on code in PR #1271:
URL: https://github.com/apache/pekko/pull/1271#discussion_r1560733817


##########
persistence-typed/src/main/scala/org/apache/pekko/persistence/typed/state/internal/DurableStateStoreException.scala:
##########
@@ -13,18 +13,40 @@
 
 package org.apache.pekko.persistence.typed.state.internal
 
+import scala.util.control.NoStackTrace
+
 import org.apache.pekko
-import pekko.annotation.InternalApi
 import pekko.persistence.typed.PersistenceId
 
 /**
- * INTERNAL API
- *
- * Used for store failures. Private to pekko as only internal supervision 
strategies should use it.
+ * Base class for exceptions thrown by the Durable State implementations.
+ * Public since v1.1.0.
  */
-@InternalApi
-final private[pekko] class DurableStateStoreException(msg: String, cause: 
Throwable)
+class DurableStateStoreException(msg: String, cause: Throwable)

Review Comment:
   I think we should keep the 
   `@InternalApi` at least. 



-- 
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-unsubscr...@pekko.apache.org

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


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

Reply via email to