-
Notifications
You must be signed in to change notification settings - Fork 2.9k
nsq_tail multi-topic and build stuff #960
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
Conversation
with optional flag "--print-topic" to print topic name before message body
avoid "use of internal package not allowed" error in this case by forcing the import path to be as if it were the upstream repo
now works for any $GOPATH, not just $HOME/gopath
build in a golang-based container, then copy resulting binaries into a minimal alpine-based container
@mreiferson I could also squash all the build-related commits together if you like |
use pointers to nsq.Consumer, rather than copies of the structs otherwise they don't fully stop
I also added a tweak to the stopping, see the last commit @soar |
@ploxiln LGTM, you want to leave that last commit separate? |
also, I think this is another case where you could push to the original PR's branch instead? |
How this PR got increased coverage with same changes as mine? :-D |
the coverage fluctuates randomly, one of these days I'll get around to figuring out why :) |
I'll squash my fix in. I didn't think of the fact that I might be able to push to the original branch because I'm an |
I was able to force-push this to #957 |
I just squashed and re-titled the commits from #957