[ 
https://issues.apache.org/jira/browse/CURATOR-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274039#comment-14274039
 ] 

ASF GitHub Bot commented on CURATOR-111:
----------------------------------------

Github user Randgalt commented on a diff in the pull request:

    https://github.com/apache/curator/pull/59#discussion_r22815490
  
    --- Diff: 
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
 ---
    @@ -65,7 +69,7 @@
         private final BlockingQueue<OperationAndData<?>>                    
backgroundOperations;
         private final NamespaceImpl                                         
namespace;
         private final ConnectionStateManager                                
connectionStateManager;
    -    private final AtomicReference<AuthInfo>                             
authInfo = new AtomicReference<AuthInfo>();
    --- End diff --
    
    Hmm - I don't know why it's an AtomicReference. It doesn't seem necessary.


> CuratorFramework.Builder should allow adding multiple auths
> -----------------------------------------------------------
>
>                 Key: CURATOR-111
>                 URL: https://issues.apache.org/jira/browse/CURATOR-111
>             Project: Apache Curator
>          Issue Type: Improvement
>    Affects Versions: 2.5.0
>            Reporter: Karthik Kambatla
>            Assignee: Jordan Zimmerman
>             Fix For: TBD
>
>
> Currently, one can add a single authentication scheme/bytes when building 
> CuratorFramework. It would be handy to add multiple.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to