MINOR: Remove deprecated valueTransformer.punctuate#4993
Merged
guozhangwang merged 3 commits intoapache:trunkfrom May 10, 2018
Merged
MINOR: Remove deprecated valueTransformer.punctuate#4993guozhangwang merged 3 commits intoapache:trunkfrom
guozhangwang merged 3 commits intoapache:trunkfrom
Conversation
Contributor
Author
|
@mjsax this is ready for reviews now. |
mjsax
approved these changes
May 10, 2018
Member
mjsax
left a comment
There was a problem hiding this comment.
Thanks for the PR. Overall LGTM. Some nits. Feel free to merge.
| @@ -49,8 +49,8 @@ public class AbstractStreamTest { | |||
| public void testToInternlValueTransformerSupplierSuppliesNewTransformers() { | |||
| final ValueTransformerSupplier vts = createMock(ValueTransformerSupplier.class); | |||
| expect(vts.get()).andReturn(null).times(3); | ||
| final InternalValueTransformerWithKeySupplier ivtwks = | ||
| AbstractStream.toInternalValueTransformerSupplier(vts); | ||
| final ValueTransformerWithKeySupplier ivtwks = |
| public void testToInternalValueTransformerSupplierSuppliesNewTransformers() { | ||
| final ValueTransformerWithKeySupplier vtwks = | ||
| createMock(ValueTransformerWithKeySupplier.class); | ||
| final ValueTransformerWithKeySupplier vtwks = createMock(ValueTransformerWithKeySupplier.class); |
…alue-transfomer-punctuate
ijuma
added a commit
to ijuma/kafka
that referenced
this pull request
May 11, 2018
…-record-version * apache-github/trunk: KAFKA-6894: Improve err msg when connecting processor with global store (apache#5000) KAFKA-6893; Create processors before starting acceptor in SocketServer (apache#4999) MINOR: Fix typo in ConsumerRebalanceListener JavaDoc (apache#4996) MINOR: Remove deprecated valueTransformer.punctuate (apache#4993) MINOR: Update dynamic broker configuration doc for truststore update (apache#4954) KAFKA-6870 Concurrency conflicts in SampledStat (apache#4985) KAFKA-6361: Fix log divergence between leader and follower after fast leader fail over (apache#4882) KAFKA-6813: Remove deprecated APIs in KIP-182, Part II (apache#4976) KAFKA-6878 Switch the order of underlying.init and initInternal (apache#4988) KAFKA-6299; Fix AdminClient error handling when metadata changes (apache#4295) KAFKA-6878: NPE when querying global state store not in READY state (apache#4978) KAFKA 6673: Implemented missing override equals method (apache#4745) KAFKA-6834: Handle compaction with batches bigger than max.message.bytes (apache#4953)
2 tasks
ying-zheng
pushed a commit
to ying-zheng/kafka
that referenced
this pull request
Jul 6, 2018
Also removed the InternalValueTransformerWithKey / Supplier which is used to mock away the deprecated punctuate function. Reviewers: Matthias J. Sax <matthias@confluent.io>
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.
Also removed the InternalValueTransformerWithKey / Supplier which is used to mock away the deprecated punctuate function.
Committer Checklist (excluded from commit message)