-
Notifications
You must be signed in to change notification settings - Fork 1
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
add PublishToLocal #1
Conversation
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.
@sljeff 是不是有几个consume写掉了
@sljeff PublishToLocal 从broker上暴露出来之后,怎么在liveness和readiness 探针里面去访问呢? |
写漏了?应该只有 gcp_pubsub 的没办法实现就没写。
参考这个描述里面的 checkHealth 方法,在 goaby 或者什么地方实现一下就好 RichardKnop#686 |
machinery/v1/brokers/redis/redis.go Line 283 in 2c04128
|
我的意思时说,比如你在Worker里实现了收到消息健康检查的Task,
但从liveness和readiness的探针怎么调用了?HTTP?还是别的? |
这个逻辑是对的吧,
探针就是有个命令能调用 |
@sljeff 那换个问题,为什么amqp需要一个单独的delivery? |
@sljeff 命令可以调用吗,不是local的吗?进程间怎么通信? |
RichardKnop#686