-
Notifications
You must be signed in to change notification settings - Fork 499
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 slack #318
add slack #318
Conversation
It doesn't matter much for this since it is just tests, but generally it is nice to publish messages to something like a Kafka queue and have a consumer publish them to Slack. That makes it easy for any other tooling to look at the events. That way only a single publisher need be written the tests and the Slack consumer can potentially be generic to publish from other tools as well. |
@gregwebs that's right, but at present, we use slack to notify, and support other tools is too expensive. |
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.
Rest LGTM
Co-Authored-By: xiaojingchen <chenxiaojing141@gmail.com>
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.
LGTM
* add slack
@weekface @cwen0 @zyguan @shuijing198799 PTAL