You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by srdo <gi...@git.apache.org> on 2017/09/19 20:34:36 UTC

[GitHub] storm issue #2297: [STORM-2713] when the connection to the first zkserver is...

Github user srdo commented on the issue:

    https://github.com/apache/storm/pull/2297
  
    I think Curator is supposed to handle retry and partial connection loss to the Zookeeper cluster for us. I'd rather we use Curator for this instead of trying to add our own retry loops around it.


---