-
Notifications
You must be signed in to change notification settings - Fork 241
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
module embedded aerospike enterprise #1699
module embedded aerospike enterprise #1699
Conversation
...tika/testcontainers/aerospike/enterprise/SetupEnterpriseAerospikeBootstrapConfiguration.java
Show resolved
Hide resolved
6857e19
to
68f2699
Compare
* `embedded.aerospike.reuseContainer` `(true|false, default is 'false')` | ||
* `embedded.aerospike.dockerImage` `(default is set to 'aerospike/aerospike-server-enterprise:6.3.0.16_1')` | ||
** Aerospike Enterprise version must be not less then 6.3.0 | ||
* `embedded.aerospike.featureKey` `(base64 of a feature-key-file https://aerospike.com/docs/server/operations/configure/feature-key, default is null), required for EE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably need to add a warning about the evaluation license's limitation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
|
||
See `embedded-aerospike` module readme for examples. | ||
|
||
==== Disallow non-durable deletes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be part of a section "Enterprise features"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
<AppenderRef ref="Console"/> | ||
</Root> | ||
</Loggers> | ||
</Configuration> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add new line at EOF (can set option to do this automatically in IntelliJ IDEA)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -21,7 +21,7 @@ ToxiProxy is a great tool for simulating network conditions, meaning that you ca | |||
* `embedded.aerospike.reuseContainer` `(true|false, default is 'false')` | |||
* `embedded.aerospike.dockerImage` `(default is set to 'aerospike:ce-6.2.0.2')` | |||
** You can pick wanted version on https://hub.docker.com/r/library/aerospike/tags/[dockerhub] | |||
* `embedded.aerospike.featureKey` `(base64 of a feature-key-file https://docs.aerospike.com/docs/reference/configuration/index.html#feature-key-file, default is null) is only required for the EE image` | |||
* `embedded.aerospike.featureKey` `(base64 of a feature-key-file https://aerospike.com/docs/server/operations/configure/feature-key, default is null) is only required for the EE image` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required anymore, need to add warning about trial license limitations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
626cf82
to
f04253d
Compare
…atory durable deletes by default
f04253d
to
75e6745
Compare
@wolfchkov Please porting this changes to Branches (support/3.0.X and support/2.3.X) |
added module embedded aerospike enterprise with configured mandatory durable deletes by default