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

Connection with Socks5 Proxy #4526

Closed
a19930905a opened this issue Oct 11, 2023 · 6 comments
Closed

Connection with Socks5 Proxy #4526

a19930905a opened this issue Oct 11, 2023 · 6 comments
Labels
status: declined A suggestion or change that we don't feel we should currently apply

Comments

@a19930905a
Copy link

Dear spring-data-mongodb ,

Just curious after I saw the Mongodb team just implement Socks5 Proxy in java driver : https://jira.mongodb.org/browse/JAVA-4347

is that means spring-data-mongodb will include this feature in next upgrade? or it still need some implementation

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 11, 2023
@mp911de
Copy link
Member

mp911de commented Oct 11, 2023

Ideally, connectivity is provided by your infrastructure layer as we like to get a fully configured MongoClient. We have factory beans to configure the client. If you use the connection string to configure MongoClient, then you can use that feature already.

@a19930905a
Copy link
Author

cool! thx for the answer , big appreciate

@a19930905a
Copy link
Author

Just want to double check is I correct or not
SInce the feature is start on mongodb-driver-sync 4.11 version

So basically I need to ensure that my spring-boot-starter-data-mongodb's mongodb-driver-sync have to be 4.11 version , is that correct?

@mp911de
Copy link
Member

mp911de commented Oct 11, 2023

Yes, exactly. If you increment the version, then you're good to go.

@rishiraj88
Copy link

Thanks, @a19930905a , for the helpful query.
And, thanks to @mp911de for supporting statements.

@mp911de mp911de added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 16, 2023
@mp911de
Copy link
Member

mp911de commented Oct 16, 2023

Closing this issue as we prefer e.g. Spring Boot to provide an appropriately configured MongoClient instance.

@mp911de mp911de closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

No branches or pull requests

4 participants