-
Notifications
You must be signed in to change notification settings - Fork 89
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
chore: use latest version of TB and TB node client #1181
Conversation
That's a bummer. What do we do now? |
@wilsonianb docker image as well as node client were updated 3 days ago. That's the hash of the docker image I used. |
I'm checking with team TB to figure out what commits and docker images correspond to what npm versions |
`${TIGERBEETLE_DIR}/${tigerbeetleFile}` | ||
]) | ||
.withWaitStrategy( | ||
Wait.forLogMessage( | ||
`info(main): 0: formatted: cluster=${tigerbeetleClusterId}` | ||
`info(main): 0: formatted: cluster=${tigerbeetleClusterId} replica_count=1` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is replica_count
new?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Took me forever to figure that out. The docs on in the TB Readme also weren't updated properly. I pinged the team about that.
Changes proposed in this pull request
Context
Checklist
fixes #number