-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add use layer 7 proxy
for reactive pg client
#36704
Add use layer 7 proxy
for reactive pg client
#36704
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
use layer 7 proxy
for reactive pg clientuse layer 7 proxy
for reactive pg client
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks!
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I added a couple of suggestions.
Is it supported by the other reactive db clients? If so, maybe we should generalize it?
.../src/main/java/io/quarkus/reactive/pg/client/runtime/DataSourceReactivePostgreSQLConfig.java
Outdated
Show resolved
Hide resolved
.../src/main/java/io/quarkus/reactive/pg/client/runtime/DataSourceReactivePostgreSQLConfig.java
Outdated
Show resolved
Hide resolved
...ve-pg-client/runtime/src/main/java/io/quarkus/reactive/pg/client/runtime/PgPoolRecorder.java
Outdated
Show resolved
Hide resolved
HI @gsmet, only is supported for reactive PG Client. |
9cbeba1
to
21314a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I rebased to squash the commits, thanks for the quick turnaround.
✔️ 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. |
And merged. Thanks for your contribution! |
This enables configuration of the new
setUseLayer7Proxy
value provided by Vert.x.See more information in Using a level 7 Proxy