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

Refactoring the code around DatabaseConfig #247

Merged
merged 1 commit into from
Jul 16, 2021

Conversation

brfrn169
Copy link
Collaborator

What I did is as follows:

  • Rename DynamoDatabaseConfig to DynamoConfig
  • Rename JdbcDatabaseConfig to JdbcConfig
  • Add a check if 'grpc' storage is set when 'grpc' transaction manager is set

Please take a look!

@brfrn169 brfrn169 requested a review from feeblefakie July 16, 2021 02:20
@brfrn169 brfrn169 self-assigned this Jul 16, 2021
Copy link
Contributor

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@@ -156,6 +156,14 @@ protected void load() {
transactionManagerClass = JdbcTransactionManager.class;
break;
case "grpc":
if (storageClass != GrpcStorage.class) {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

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.

2 participants