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

feat: Aurora MySQL binding to reader endpoint #550

Merged
merged 3 commits into from
Oct 20, 2022
Merged

feat: Aurora MySQL binding to reader endpoint #550

merged 3 commits into from
Oct 20, 2022

Conversation

blgm
Copy link
Member

@blgm blgm commented Oct 17, 2022

Aurora has the concept of Writer nodes and Reader nodes. Reader nodes are useful for High Availability, but they can also be used for read-only workloads. This features exposes the ability to bind to the reader endpoint for read-only workloads. This is achieved by passing the parameters '{"reader":true}' to the 'cf bind-service' command.

#183390030

Aurora has the concept of Writer nodes and Reader nodes. Reader nodes
are useful for High Availability, but they can also be used for
read-only workloads. This features exposes the ability to bind to the
reader endpoint for read-only workloads. This is achieved by passing the
parameters '{"reader":true}' to the 'cf bind-service' command.

[#183390030](https://www.pivotaltracker.com/story/show/183390030)
@blgm blgm marked this pull request as ready for review October 19, 2022 14:37
@blgm blgm merged commit 9a6a6bc into main Oct 20, 2022
@blgm blgm deleted the reader branch October 20, 2022 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants