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

consumer: expose message Source #92

Merged
merged 1 commit into from
Dec 23, 2014
Merged

Conversation

mreiferson
Copy link
Member

open for discussion - this is one (simple) way to expose the source
nsqd that delivered the message.

in my case, I used this to remove a head-of-line blocking issue
where a single bad actor was preventing an application from making
progress.

@mreiferson
Copy link
Member Author

ping @jehiah

@@ -23,6 +23,8 @@ type Message struct {
Timestamp int64
Attempts uint16

Source string
Copy link
Member

Choose a reason for hiding this comment

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

I feel like there could easily be confusion about this being nsqd source not producer source; Can you add a docstring here?

Copy link
Member Author

Choose a reason for hiding this comment

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

It is the nsqd source (i.e. the nsqd connection that delivered the message)

Naming, perhaps?

@jehiah
Copy link
Member

jehiah commented Dec 20, 2014

LGTM comment asside

jehiah added a commit that referenced this pull request Dec 23, 2014
consumer: expose message Source
@jehiah jehiah merged commit 103a1c5 into nsqio:master Dec 23, 2014
@mreiferson mreiferson deleted the source_92 branch December 23, 2014 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants