Skip to content
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

Merged
merged 5 commits into from
Jun 9, 2016

Conversation

tomwilkie
Copy link
Contributor

@tomwilkie tomwilkie commented Jun 8, 2016

Current issue is NATS client fails on creation if it can't reach the NATS server. Am investigating a fix.

@@ -87,6 +97,11 @@ type DynamoDBCollector interface {
CreateTables() error
}

type watchKey struct {

This comment was marked as abuse.

@jml
Copy link
Contributor

jml commented Jun 8, 2016

Very cool!

I've made a few comments. Please address them as you see fit & merge when green.

@tomwilkie tomwilkie force-pushed the nats-shortcut-reports branch from f34a9d4 to 0826902 Compare June 9, 2016 08:33
@tomwilkie
Copy link
Contributor Author

@jml PTAL

case waiter <- struct{}{}:
default:
}
}

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

@jml
Copy link
Contributor

jml commented Jun 9, 2016

LGTM, modulo a typo & optional additional test.

@tomwilkie tomwilkie merged commit a7b34f1 into master Jun 9, 2016
@tomwilkie tomwilkie deleted the nats-shortcut-reports branch June 9, 2016 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants