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

More reactive SQL client connection options #11498

Merged
merged 2 commits into from Aug 20, 2020

Conversation

tsegismont
Copy link
Contributor

Added reconnectAttempts, reconnectInterval and idleTimeout props to reactive datasource config

Resolves #11149

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

Added a suggestion. Happy to discuss it as I'm not really sure.

@gsmet
Copy link
Member

gsmet commented Aug 20, 2020

@machi1990 we have a doc generation issue with the duration note. We include it twice in the datasource.doc now that we have it included here too. I don't exactly know how we could fix that as these things are generated totally independently.

@gsmet
Copy link
Member

gsmet commented Aug 20, 2020

I will try to figure out how to fix the doc issue.

@tsegismont
Copy link
Contributor Author

tsegismont commented Aug 20, 2020 via email

gsmet and others added 2 commits August 20, 2020 16:21
This is useful when you have several config references included in the
same document and you only want one note.

We can probably do better but I prefer to have a quick fix to unblock
this PR.
@gsmet
Copy link
Member

gsmet commented Aug 20, 2020

I added a quick (and dirty) fix for the doc issue. Let's see what CI says.

@gsmet gsmet added this to the 1.8.0 - master milestone Aug 20, 2020
@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 20, 2020
@gsmet gsmet merged commit a2c8ac5 into quarkusio:master Aug 20, 2020
@machi1990
Copy link
Member

@machi1990 we have a doc generation issue with the duration note. We include it twice in the datasource.doc now that we have it included here too. I don't exactly know how we could fix that as these things are generated totally independently.

@gsmet @tsegismont sorry only seeing this comment now. Good thing we had a fix in place :-)

@gsmet gsmet modified the milestones: 1.8.0 - master, 1.7.1.Final Aug 24, 2020
@tsegismont tsegismont deleted the more-sql-connect-options branch September 30, 2020 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose reconnection properties for reactive datasources
3 participants