Looks right to me. What is the value of exhibitors? Remember, in the exhibitors 
list the port is the Exhibitor REST port, not 2181.

-JZ

On May 14, 2013, at 8:17 PM, David Capwell <[email protected]> wrote:

> I am wondering if I am missing something.  I use Exhibitor integration like 
> follows:
> 
> CuratorFrameworkFactory.builder()
>         .retryPolicy(retryPolicy)
>         .ensembleProvider(new ExhibitorEnsembleProvider(
>             exhibitors,
>             new DefaultExhibitorRestClient(),
>             baseUri,
>             poolingInMills,
>             retryPolicy))
>         .build();
> 
> I notice that the connection string is not valid for 60 seconds.  I then 
> tried something like this:
> 
> CuratorFrameworkFactory.builder()
>         .retryPolicy(retryPolicy)
>         .connectString(backupString)
>         .ensembleProvider(new ExhibitorEnsembleProvider(
>             exhibitors,
>             new DefaultExhibitorRestClient(),
>             baseUri,
>             poolingInMills,
>             retryPolicy))
>         .build();
> 
> and it seems that I fall into the same issue.  Am i configuring this wrong?

Reply via email to