We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With reference to : https://stackoverflow.com/questions/50108473/kundera-cassandra-replication-factor-using-entitymanagerfactory
Allow replication factor to be set in property map and passed to EntityManagerFactory:
propertyMap.put(CassandraConstants.REPLICATION_FACTOR, "2");
The text was updated successfully, but these errors were encountered:
#1005, fixed issue
6df5bb8
No branches or pull requests
With reference to : https://stackoverflow.com/questions/50108473/kundera-cassandra-replication-factor-using-entitymanagerfactory
Allow replication factor to be set in property map and passed to EntityManagerFactory:
The text was updated successfully, but these errors were encountered: