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

Update sarama to master + SASL fix #2798

Merged
merged 3 commits into from
Oct 18, 2016
Merged

Conversation

urso
Copy link

@urso urso commented Oct 18, 2016

  • based on v1.10.1
  • master:
    • fixes bug in in v0.10 protocol if compression is enabled (default)
    • introduces broker metrics
  • SASL/plain included
  • Add support kafka 0.10.0.1 version string to valid libbeat kafka settings
  • Hook up sarama kafka metrics (go-metrics introduces endpoint debug/metrics)

urso added 3 commits October 18, 2016 15:40
- based on v1.10.1
- master:
  - fixes bug in in v0.10 protocol if compression is enabled (default)
  - introduces broker metrics
- SASL/plain included
@urso urso added review needs_backport PR is waiting to be backported to other branches. labels Oct 18, 2016
reg := metrics.NewPrefixedRegistry("libbeat.kafka.")

// Note: registers /debug/metrics handler for displaying all expvar counters
exp.Exp(reg)
Copy link
Contributor

Choose a reason for hiding this comment

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

Will that also include our other expvars under /debug/metrics? If yes, it's kind of strange to register them here, right?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, debug/metrics will display all expvars.

@tsg tsg merged commit 3baa352 into elastic:master Oct 18, 2016
urso pushed a commit to urso/beats that referenced this pull request Oct 18, 2016
* Update sarama to master + SASL fix

- based on v1.10.1
- master:
  - fixes bug in in v0.10 protocol if compression is enabled (default)
  - introduces broker metrics
- SASL/plain included

* Add kafka 0.10.0.1 version string to config

* Hook up sarama kafka metrics
tsg pushed a commit that referenced this pull request Oct 19, 2016
* Update sarama to master + SASL fix

- based on v1.10.1
- master:
  - fixes bug in in v0.10 protocol if compression is enabled (default)
  - introduces broker metrics
- SASL/plain included

* Add kafka 0.10.0.1 version string to config

* Hook up sarama kafka metrics
@tsg tsg removed the needs_backport PR is waiting to be backported to other branches. label Oct 20, 2016
@monicasarbu
Copy link
Contributor

monicasarbu commented Oct 24, 2016

Fixes #2651

@monicasarbu
Copy link
Contributor

Fixes #2717

@urso urso deleted the upd/sarama-with-sasl branch February 19, 2019 18:55
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
* Update sarama to master + SASL fix

- based on v1.10.1
- master:
  - fixes bug in in v0.10 protocol if compression is enabled (default)
  - introduces broker metrics
- SASL/plain included

* Add kafka 0.10.0.1 version string to config

* Hook up sarama kafka metrics
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.

3 participants