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

nsqadmin: notification for tombstone_topic_producer missing node data #260

Merged
merged 1 commit into from
Aug 26, 2013

Conversation

mreiferson
Copy link
Member

The notification for tombstone_topic_producer event is missing details about the exact node that the action was performed on.

@mreiferson
Copy link
Member

RFR @jehiah

@@ -15,6 +15,7 @@ type AdminAction struct {
Action string `json:"action"`
Topic string `json:"topic"`
Channel string `json:"channel"`
Node string `json:"node"`
Copy link
Member

Choose a reason for hiding this comment

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

omit if empty?

Copy link
Member Author

Choose a reason for hiding this comment

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

channel too?

Copy link
Member

Choose a reason for hiding this comment

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

yeah, and i guess user is also optional

jehiah added a commit that referenced this pull request Aug 26, 2013
nsqadmin: notification for tombstone_topic_producer missing node data
@jehiah jehiah merged commit efb7609 into nsqio:master Aug 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants