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

remove topics HTTP API. Closes #120 #130

Merged
merged 8 commits into from
Jul 18, 2017
Merged

remove topics HTTP API. Closes #120 #130

merged 8 commits into from
Jul 18, 2017

Conversation

mthenw
Copy link
Contributor

@mthenw mthenw commented Jul 18, 2017

No description provided.

@mthenw mthenw requested a review from spacejam July 18, 2017 13:02
if err != nil {
return nil, err
}

err = ps.TopicsDB.Put(string(t.ID), buf, nil)
exists, err := ps.FunctionsDB.Exists(string(s.FunctionID))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

race condition, we'll think about fixing it with transactional config later

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the sort of thing I'd add a TODO for, because it is annoying to point to specific locations from a github issue

@spacejam spacejam merged commit 806651f into master Jul 18, 2017
@spacejam spacejam deleted the remove-topics branch July 18, 2017 14:06
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.

None yet

2 participants