You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Right now on kafka start bubuku tries to do next steps:
Start kafka process
Wait for broker id to be available in zk in WAIT_TIMEOUT seconds
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.
The text was updated successfully, but these errors were encountered:
Right now on kafka start bubuku tries to do next steps:
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.
The text was updated successfully, but these errors were encountered: