[
https://issues.apache.org/jira/browse/CURATOR-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14275119#comment-14275119
]
ASF GitHub Bot commented on CURATOR-111:
----------------------------------------
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/62#discussion_r22857953
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java
---
@@ -380,16 +383,6 @@ public String getNamespace()
return namespace;
}
- public String getAuthScheme()
--- End diff --
I think these methods should stay and be marked as deprecated so this is
not a breaking change. The old methods can either return return the first auth
or throw an error if there is more than 1 auth.
> 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: 2.7.1
>
>
> 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)