Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Kafka start timeout should be configurable #56

Closed
antban opened this issue Sep 6, 2016 · 0 comments
Closed

Kafka start timeout should be configurable #56

antban opened this issue Sep 6, 2016 · 0 comments
Assignees

Comments

@antban
Copy link
Contributor

antban commented Sep 6, 2016

Right now on kafka start bubuku tries to do next steps:

  1. Start kafka process
  2. Wait for broker id to be available in zk in WAIT_TIMEOUT seconds
  3. Of it is not there within timeout:
  • increase WAIT_TIMEOUT by 60 seconds
  • forcibly stop running kafka process
  • start from 1

Initial wait timeout is 300 seconds, but for some environments it should be significantly bigger (30 minutes, for example), or step of increase must be progressive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant