Skip to content

Conversation

danielfrankcom
Copy link
Contributor

Summary

This PR updates the project README.md file, based on the changes in #1478. These changes restructure the introductory mentions of failover. The revised introduction focuses on the universal benefits of using the wrapper library.

Description

After discussion of potential DSQL auth integration, it became clear that the existing README.md introduction focuses on failover, and plugins which are relevant to only specific database services. In #1478 we restructured the project introduction to describe the universal benefits of the wrapper, and focus on the modularity of the plugins offered by the project. This avoids a major focus on failover, which implies the failover functionality is universally applicable.

I have extracted the non-DSQL README.md changes from #1478 in an effort to simplify the linked PR, and separate this change which is still applicable without DSQL.

The PR also includes a few whitespace fixes and a table alignment issue, both of which were performed by my IDE automatically.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

@wcmjunior wcmjunior left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making this a separate PR @danielfrankcom . :-)

Some nits considering the whole README and not necessarily the changes you made:

  1. In arn:aws:secretsmanager:<Region>:<AccountId>:secret:SecretName-6RandomCharacters, I suggest changing to arn:<Partition>:secretsmanager:<Region>:<AccountId>:secret:SecretName-6RandomCharacters.
  2. I suggest that the texts in the table cells are all aligned to the left to make it easier to read. It is quite hard to read lots of text when it is centralized. I think centralization works well with just a few characters or numbers, other than that it is quite hard to read.

@danielfrankcom
Copy link
Contributor Author

@wcmjunior

Some nits considering the whole README and not necessarily the changes you made:

Those both look like good changes to me, but I'll leave them to future PRs given the limited scope of this one.

@hsuamz hsuamz changed the title chore: focus readme intro on plugin flexibility docs: focus readme intro on plugin flexibility Aug 19, 2025
@hsuamz hsuamz merged commit 5687323 into aws:main Aug 19, 2025
4 checks passed
Frank-Gu-81 added a commit to QuChen88/aws-advanced-jdbc-wrapper that referenced this pull request Aug 25, 2025
Use telemetryMetricsBackend instead of telemetryTracesBackend in the
RuntimeException when an invalid metrics backend is configured.

chore(deps): bump software.amazon.awssdk:rds from 2.32.21 to 2.32.25 (aws#1509)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

docs: focus readme intro on plugin flexibility (aws#1508)

docs: clarifying blue/green compatibility with current service landscape (aws#1512)
Frank-Gu-81 added a commit to QuChen88/aws-advanced-jdbc-wrapper that referenced this pull request Aug 25, 2025
Use telemetryMetricsBackend instead of telemetryTracesBackend in the
RuntimeException when an invalid metrics backend is configured.

chore(deps): bump software.amazon.awssdk:rds from 2.32.21 to 2.32.25 (aws#1509)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

docs: focus readme intro on plugin flexibility (aws#1508)

docs: clarifying blue/green compatibility with current service landscape (aws#1512)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants