My team is experimenting with akka cluster application using Pub-Sub extension. So far we are able to create the cluster in which we are securing message exchanges within the cluster by using secured-cookie. Now we want to achieve the following:
1. Control the cluster membership to prevent a malicious process (akka actor in this case) from joining the cluster. 2. Use a secure cookie distribution protocol instead of directly writing it in the application.conf file in plain text format which is human readable. Are such things possible in existing akka cluster API ? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
