MINOR: Modified Exception handling for KIP-470#7461
Merged
mjsax merged 3 commits intoapache:trunkfrom Oct 8, 2019
Merged
Conversation
bbejeck
approved these changes
Oct 7, 2019
Member
bbejeck
left a comment
There was a problem hiding this comment.
Thanks for the update @jukkakarvanen. LGTM
Member
Member
|
Java 8 passed. Java 11 / 2.12: Java 11 / 2.13: |
mjsax
approved these changes
Oct 8, 2019
Member
mjsax
left a comment
There was a problem hiding this comment.
LGTM. Test failures unrelated. One green build seems sufficient for this PR.
mjsax
pushed a commit
that referenced
this pull request
Oct 8, 2019
Reviewers: Bill Bejeck <[email protected]>, Matthias J. Sax <[email protected]>
ijuma
added a commit
to ijuma/kafka
that referenced
this pull request
Apr 28, 2020
…t-for-generated-requests * apache-github/trunk: KAFKA-8932; Add tag for CreateTopicsResponse.TopicConfigErrorCode (KIP-525) (apache#7464) KAFKA-8944: Fixed KTable compiler warning. (apache#7393) KAFKA-8964: Rename tag client-id for thread-level metrics and below (apache#7429) MINOR: remove unused imports in Streams system tests (apache#7468) KAFKA-7190; Retain producer state until transactionalIdExpiration time passes (apache#7388) KAFKA-8983; AdminClient deleteRecords should not fail all partitions unnecessarily (apache#7449) MINOR: Modified Exception handling for KIP-470 (apache#7461) KAFKA-7245: Deprecate WindowStore#put(key, value) (apache#7105) KAFKA-8179: Part 7, cooperative rebalancing in Streams (apache#7386) KAFKA-8985; Add flexible version support to inter-broker APIs (apache#7453) MINOR: Bump version to 2.5.0-SNAPSHOT (apache#7455)
This file contains hidden or 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
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.
Minor Exception handling changes for KPI-470
IllegalStateException when Provided
TestRecorddoes not have a timestamp and no timestamp overwrite was provided viatimeparameter.IllegalStateException when Null keys with readKeyValuesToMap method
Committer Checklist (excluded from commit message)