Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for clustering #425

Closed
davidsowerby opened this issue Jun 12, 2015 · 3 comments
Closed

Support for clustering #425

davidsowerby opened this issue Jun 12, 2015 · 3 comments
Labels

Comments

@davidsowerby
Copy link
Collaborator

Not tested, but known reasons for not currently expecting Krail to work in a clustered environment:

  • Krail classes have not been checked for implementing Serializable
  • the Guice Injector is not serializable and is used in a couple of places
  • Shiro Subject is not serializable
@davidsowerby
Copy link
Collaborator Author

PubSubSupport is not Serializable

@davidsowerby
Copy link
Collaborator Author

ConstraintDescriptor in SimpleContext is not Serializable

@davidsowerby
Copy link
Collaborator Author

Serialization has been completed and is part of the functional test application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant