-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Use healthcheck to mark cassandra-schema container as ready #548
Conversation
Signed-off-by: Yuri Shkuro <ys@uber.com>
aa43d09
to
811e524
Compare
Signed-off-by: Yuri Shkuro <ys@uber.com>
- AXIS_SERVICES=go,node,java,python,zipkin-brave-json,zipkin-brave-json-v2,zipkin-brave-thrift | ||
|
||
- BEHAVIOR_ENDTOEND=client,services | ||
depends_on: |
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.
this is not necessary because there is already a link.
@@ -1,4 +1,4 @@ | |||
version: '2' | |||
version: '3' |
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.
this can break xdocks in other clients. But am +1 on version 3.
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.
yeah, I am aware that it will break other clients. We don't need to bump it if we don't have a use for the healthcheck, which was added in 2.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.
with version 3
we could perhaps also use configs (something like configmap in k8s) to split templates for ES and C*.
Resolves #547