Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-1083

PoolConfiguration still uses default settings when overridden

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.2.6
    • 2.2.5
    • library
    • None

    Description

      Example:

      var serializer = serializerFactory.Create();
       
      var clientConfig = new ClientConfiguration
       
      {
       
          UseSsl = databaseConfig.UseSsl,
       
          TcpKeepAliveTime = databaseConfig.KeepAliveTimeInMilliseconds,
       
          Servers = databaseConfig.ServerUrls
       
              .Select(x => new Uri(x, UriKind.Absolute))
       
              .ToList(),
       
          Serializer = () => serializer
       
      };
       
      var cluster = new Cluster(clientConfig);
       
      return cluster.OpenBucket(databaseConfig.BucketName, databaseConfig.BucketPassword);
       
      
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jmorris Jeff Morris
            jmorris Jeff Morris
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty