He-Pin commented on code in PR #94:
URL: https://github.com/apache/incubator-pekko/pull/94#discussion_r1456955221


##########
actor/src/main/resources/reference.conf:
##########
@@ -741,6 +741,9 @@ pekko {
     # to reduce noise.
     warn-on-no-serialization-verification = on
 
+    # list of fqcn of classes that may use non-pekko serializer within pekko 
package without warn log
+    warn-non-pekko-serializer-allow-list = 
${?pekko.actor.warn-non-pekko-serializer-allow-list} []

Review Comment:
   What's the usercase for this :) I'm asking because I'm not a persistence 
user:)



##########
actor/src/main/resources/reference.conf:
##########
@@ -741,6 +741,9 @@ pekko {
     # to reduce noise.
     warn-on-no-serialization-verification = on
 
+    # list of fqcn of classes that may use non-pekko serializer within pekko 
package without warn log
+    warn-non-pekko-serializer-allow-list = 
${?pekko.actor.warn-non-pekko-serializer-allow-list} []

Review Comment:
   What's the use case for this :) I'm asking because I'm not a persistence 
user:)



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