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

Allow for customization of a MongoDB Connection String properties #36210

Closed
soaresGITHUB opened this issue Sep 29, 2023 · 5 comments · Fixed by #36235
Closed

Allow for customization of a MongoDB Connection String properties #36210

soaresGITHUB opened this issue Sep 29, 2023 · 5 comments · Fixed by #36235
Assignees
Labels
area/mongodb kind/enhancement New feature or request
Milestone

Comments

@soaresGITHUB
Copy link

Description

Hello,
In the process of migrating Spring services to Quarkus we found a configuration that could be nice to have in the configuration of Mongo Services.

In Spring Boot, we have the following property in a base MongoDB module that configures the UUID Representation:
spring.data.mongodb.uuid-representation=standard

This way we don't have to worry about configuring that property for all services that need it.

While trying to configure the same thing for the Quarkus projects, we found there was no property that allows this, or other configurations that could be nice to add to the Connection String, apart from a Dev Services property that I saw discussed in the following issue: #27269

Is this something that is feasible and worth it to add?

Thank you!

Implementation ideas

No response

@soaresGITHUB soaresGITHUB added the kind/enhancement New feature or request label Sep 29, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 29, 2023

/cc @evanchooly (mongodb), @loicmathieu (mongodb)

@EduardoFer
Copy link

+1

@geoand
Copy link
Contributor

geoand commented Sep 29, 2023

@loicmathieu I think this makes sense, WDYT?

@loicmathieu
Copy link
Contributor

Hi,
Yes, it makes sense. I'll provide a PR for that.

@loicmathieu loicmathieu self-assigned this Oct 2, 2023
@geoand
Copy link
Contributor

geoand commented Oct 2, 2023

🙏🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mongodb kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants