GitHub user iosyyy deleted a comment on the discussion: Migration from Akka to Pekko
My conf: ``` pekko { actor { serializers { jackson-json = "org.apache.pekko.serialization.jackson.JacksonJsonSerializer" } serialization-bindings { "ai.saharalabs.model.IShardMessage" = jackson-json "ai.saharalabs.model.TraceableMessage" = jackson-json } } coordinated-shutdown { exit-jvm = on } cluster { shutdown-after-unsuccessful-join-seed-nodes = 600s seed-nodes = [] } actor.blocking-io-dispatcher.thread-pool-executor.fixed-pool-size = 16 remote.artery { canonical { hostname = "<getHostAddress>" } } discovery { kubernetes-api { pod-label-selector = "actor-system-name=%s" use-pod-ip = on prefer-ip-addresses = true } } management { http { bind-hostname = "0.0.0.0" port = 7626 } cluster.bootstrap { new-cluster-enabled = on contact-point-discovery { port-name = "management" discovery-method = kubernetes-api required-contact-point-nr = ${?REQUIRED_CONTACT_POINT_NR} stable-margin = 5s } } } } ``` GitHub link: https://github.com/apache/pekko/discussions/2221#discussioncomment-14401024 ---- This is an automatically sent email for notifications@pekko.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@pekko.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org