Support streamType=netty in the connection string

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • 3.3.0
    • Affects Version/s: None
    • Component/s: Async, Configuration
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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:
              Jeffrey Yemin
              Reporter:
              Jeffrey Yemin
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: