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

Configurable produce request version #279

Merged
merged 2 commits into from Aug 8, 2018

Conversation

zmstone
Copy link
Contributor

@zmstone zmstone commented Jul 31, 2018

No description provided.

@zmstone zmstone requested a review from a team July 31, 2018 13:28
changelog.md Outdated
@@ -108,4 +108,6 @@
* Support magic v2 batch/message format (message headers).
* Use rebar3 as primary build tool for travis-ci, erlang.mk is still supported.
* Support `SCRAM-SHA-256` and `SCRAM-SHA-512` SASL authentication mechanisms.
* 3.?.?

Choose a reason for hiding this comment

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

Update version number.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not planing to release it now.
will update when we decide to release.

@zmstone zmstone force-pushed the make-produce-api-vsn-configurable branch from d114db5 to 0cfdd6d Compare August 1, 2018 07:58
@@ -465,6 +477,16 @@ maybe_produce(#state{ buffer = Buffer0
schedule_retry(State#state{buffer = Buffer})
end.

%% Resolve produce API version to use.
%% If api version is configured by user, always use configured vresion,
Copy link

Choose a reason for hiding this comment

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

s/vresion/version/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed and squashed.

@coveralls
Copy link

coveralls commented Aug 1, 2018

Pull Request Test Coverage Report for Build 879

  • 6 of 6 (100.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.2%) to 78.824%

Files with Coverage Reduction New Missed Lines %
src/brod_consumer.erl 1 78.04%
Totals Coverage Status
Change from base Build 867: 0.2%
Covered Lines: 1958
Relevant Lines: 2484

💛 - Coveralls

@zmstone zmstone force-pushed the make-produce-api-vsn-configurable branch from 0cfdd6d to c5cf0a8 Compare August 1, 2018 08:25
@zmstone zmstone merged commit 67bcb80 into master Aug 8, 2018
@zmstone zmstone deleted the make-produce-api-vsn-configurable branch August 8, 2018 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants