forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
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
KAFKA-2063: Merge conflicts with trunk and address review feedback #6
Merged
nepal
merged 12 commits into
nepal:kip-74
from
ijuma:kafka-2063-bound-fetch-response-size
Sep 18, 2016
Merged
KAFKA-2063: Merge conflicts with trunk and address review feedback #6
nepal
merged 12 commits into
nepal:kip-74
from
ijuma:kafka-2063-bound-fetch-response-size
Sep 18, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implementation and tests for secure quotas at <user> and <user, client-id> levels as described in KIP-55. Also adds dynamic default quotas for <client-id>, <user> and <user-client-id>. For each client connection, the most specific quota matching the connection is used, with user quota taking precedence over client-id quota. Author: Rajini Sivaram <rajinisivaram@googlemail.com> Reviewers: Jun Rao <junrao@gmail.com> Closes apache#1753 from rajinisivaram/KAFKA-3492
…ch-response-size * apache/trunk: KAFKA-3492; Secure quotas for authenticated users
As per Jun's suggestion.
Author: Eno Thereska <eno.thereska@gmail.com> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes apache#1874 from enothereska/hotfix-bounce-test
Author: Matthias J. Sax <matthias@confluent.io> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes apache#1869 from mjsax/hotfix-doc
…t.test_replica_lags …t.test_replica_lags Author: Grant Henke <granthenke@gmail.com> Reviewers: Ashish Singh <asingh@cloudera.com>, Ismael Juma <ismael@juma.me.uk> Closes apache#1849 from granthenke/replica-verification-fix
Trying to build the source and publish it to internal Maven repo, I ran into an issue that I explain in the mailing list discussion here https://www.mail-archive.com/devkafka.apache.org/msg56359.html. The commit here updates the README.md to make a note that the GRADLE_USER_HOME environment variable plays a role in deciding which file to add the maven configs to. Author: Jaikiran Pai <jaikiran.pai@gmail.com> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes apache#1837 from jaikiran/readme-update-grade-user-home
As per Jason's suggestion
… optimal over time
…t <= 2 Suggested by Jun
…ch-response-size * apache/trunk: MINOR: Update the README.md to include a note about GRADLE_USER_HOME KAFKA-4157; Transient system test failure in replica_verification_test.test_replica_lags HOTFIX: changed quickstart donwload from 0.10.0.0 to 0.10.0.1 HOTFIX: Increase timeout for bounce test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please review @nepal. I hope this is the last PR before we can merge your KIP-74 PR. Further changes and improvements can be done via subsequent PRs.