[JAVA-2226] Support streamType=netty in the connection string Created: 15/Jun/16 Updated: 19/Oct/16 Resolved: 23/Jun/16 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Async, Configuration |
| Affects Version/s: | None |
| Fix Version/s: | 3.3.0 |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Jeffrey Yemin | Assignee: | Jeffrey Yemin |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
There is no way currently to use a connection string with the async driver to connect to a cluster via SSL. This is because the default async stream type, AsynchronousSocketChannelStream, does not support SSL. But in order to use NettySteam, you need to configure the async MongoClient with a NettyStreamFactoryFactory, which can not be done via connection string. To make this simple use case easier, add connection string support for streamType=netty for the asynchronous driver. |
| Comments |
| Comment by Githook User [ 23/Jun/16 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: |
| Comment by Githook User [ 23/Jun/16 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: |
| Comment by Githook User [ 23/Jun/16 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: |
| Comment by Ross Lawley [ 16/Jun/16 ] |
|
Any other values to support for streamType? nio |