Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nsqadmin: add option to skip resolving on startup #1329

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 17, 2021

  1. nsqadmin: add option to skip resolving on startup

    When running nsqlookupd in Kubernetes and pointing to a specific
    identity of a pod from statefulset, the DNS name is not resolvable
    if the pod is not currently scheduled.
    
    The lookup check currently causes nsqadmin to exit during startup
    even if only one of the listed nsqlookupd instances is not resolvable.
    
    I want nsqadmin to always start. If no lookupd instances are currently
    resolvable/reachable that fact will be visible in the user interface.
    martin-sucha committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    aee6a49 View commit details
    Browse the repository at this point in the history