-
Notifications
You must be signed in to change notification settings - Fork 712
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 NATS for shortcut reports in the service. #1568
Conversation
@@ -87,6 +97,11 @@ type DynamoDBCollector interface { | |||
CreateTables() error | |||
} | |||
|
|||
type watchKey struct { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Very cool! I've made a few comments. Please address them as you see fit & merge when green. |
f34a9d4
to
0826902
Compare
@jml PTAL |
case waiter <- struct{}{}: | ||
default: | ||
} | ||
} |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
LGTM, modulo a typo & optional additional test. |
Current issue is NATS client fails on creation if it can't reach the NATS server. Am investigating a fix.