Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-2226

Support streamType=netty in the connection string

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.0
    • Affects Version/s: None
    • Component/s: Async, Configuration
    • Labels:
      None

      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.

            Assignee:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: