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

Redis: expose new configuration options from the Vert.x Redis client #43566

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Sep 27, 2024

These are:

  • autoFailover for enabling automatic failover of master connections in the sentinel mode
  • topology for enabling static topology in the replication mode

This commit also fixes how the poolRecycleTimeout value is read. The type is turned into an Optional to preserve the Vert.x Redis client default value, and that value is now used in documentation.

Fixes #32159

These are:

- `autoFailover` for enabling automatic failover of master connections
  in the sentinel mode
- `topology` for enabling static topology in the replication mode

This commit also fixes how the `poolRecycleTimeout` value is read.
The type is turned into an `Optional` to preserve the Vert.x Redis
client default value, and that value is now used in documentation.
Copy link

github-actions bot commented Sep 27, 2024

🙈 The PR is closed and the preview is expired.

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 27, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit de323cc.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 27, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit de323cc.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@Ladicek Ladicek merged commit 259ffef into quarkusio:main Sep 27, 2024
34 checks passed
@Ladicek Ladicek deleted the redis-options-update branch September 27, 2024 14:27
@quarkus-bot quarkus-bot bot added this to the 3.16 - main milestone Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redis client with AWS Elasticache
2 participants