-
Type: New Feature
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Java Drivers
-
Needed
-
current version of the mongo-spark-connector uses the mongo driver version 4.8.2, which does not support providing socks5 proxy configuration
```log
processing-1 | To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).
processing-1 | 24/06/16 18:27:53 WARN uri: Connection string contains unsupported option 'proxyport'.
processing-1 | 24/06/16 18:27:53 WARN uri: Connection string contains unsupported option 'proxyhost'.
processing-1 | 24/06/16 18:27:53 WARN uri: Connection string contains unsupported option 'proxyport'.
processing-1 | 24/06/16 18:27:53 WARN uri: Connection string contains unsupported option 'proxyhost'.
processing-1 | 24/06/16 18:27:53 WARN uri: Connection string contains unsupported option 'proxyport'.
processing-1 | 24/06/16 18:27:53 WARN uri: Connection string contains unsupported option 'proxyhost'.
```
I would happy to have the driver updated in the new connector version 10.4.0
thank you