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

run druid without active connection #43

Closed
tehn opened this issue Oct 16, 2019 · 2 comments · Fixed by #49
Closed

run druid without active connection #43

tehn opened this issue Oct 16, 2019 · 2 comments · Fixed by #49
Labels
enhancement New feature or request repl
Milestone

Comments

@tehn
Copy link
Member

tehn commented Oct 16, 2019

it seems strange that druid can handle reconnects gracefully, but can't start up without an active connection.

seems it'd be better to start despite no connection--- just indicate the no connection state.

related: #14

@tehn tehn added the enhancement New feature or request label Oct 16, 2019
@simonvanderveldt
Copy link
Member

@tehn What would you expect to happen in the case there's no crow connected? Druid opens and shows an error message? Or should be just show a state (connected/disconnected) somewhere?

And would you want/expect druid to automatically keep trying to connect or should the reconnect be automatic?

@tehn
Copy link
Member Author

tehn commented Oct 17, 2019

i figure it'd just start up in the same state that druid is in when you disconnect a crow, right? it's waiting for connection, with a status message "disconnected"

so yes, reconnect is automatic. these bits are already in place. seems it's just a matter of jumping to a different state at startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request repl
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants