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

Burrow as a library & minor refactoring #156

Closed
wants to merge 5 commits into from

Conversation

prasincs
Copy link

The state Burrow was in, I couldn't use it directly as a library. I've
seen a lot of projects using burrow as a separate binary and read from
another application. This is less than optimal if you need the Lag
evaluation bits in an existing Go monitoring tool.

This keeps the functionality exactly the same, but moves the files
around so that it will still continue to work as expected.

The package names have been changed to mine to use it with projects.
It should be trivial to change, otherwise I can change, rebase before merge.

The state Burrow was in, I couldn't use it directly as a library. I've
seen a lot of projects using burrow as a separate binary and read from
another application. This is less than optimal if you need the Lag
evaluation bits in an existing Go monitoring tool.

This keeps the functionality exactly the same, but moves the files
around so that it will still continue to work as expected.

The package names have been changed to mine to use it with projects.
@toddpalino
Copy link
Contributor

OK, this has conflicts now based on other PRs. But yes, you need to change everything to not refer to your own fork. Once that's done I can review.

@prasincs
Copy link
Author

thanks @toddpalino I have reverted the renaming back to linkedin, let me know if anything else needs to be changed.

- Returns a snapshot of the brokers, consumers as stored by Burrow
- the idea is to return a usable value that's usable publicly
@xrl
Copy link

xrl commented Apr 19, 2017

This is great. I would like this to be merged so I can use Burrow in the telegraf metrics collection library.

@toddpalino
Copy link
Contributor

Resolved by 1.0 rewrite

@toddpalino toddpalino closed this Dec 1, 2017
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.

None yet

3 participants