You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2019/04/19 04:44:20 UTC

[kafka] branch kafka-3729-pr-from-ted updated (07ef649 -> b43e9d5)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a change to branch kafka-3729-pr-from-ted
in repository https://gitbox.apache.org/repos/asf/kafka.git.


 discard 07ef649  Add unit tests
 discard 8ac071a  Address Matthias' comments
 discard dcd66c9  Address checkstyle warning
 discard e8397b4  Add SerDe assertion in RestoreIntegrationTest
 discard 4391f1d  Fix compilation warning
 discard 65049b6  Modify TableTableJoinIntegrationTest with custom SerDe and assertion for configuration
 discard b7388a6  Simplify KStreamSerDesIntegrationTest
 discard 17747a6  Add description in datatypes.html
 discard 0149b21  Address Matthias' review comments on SerDe
 discard 2dae19f  Use mock in tests and remove null check for config
 discard db65b8a  Create KStreamSerDesIntegrationTest
 discard a81a05e  Add assertion for Materialized
 discard bf151a1  add assertion for Consumed
 discard 9945414  rename methods
 discard 595c320  Address Matthias' comments
 discard 295a551  Address guozhang's review comments
 discard 2cbc684  handle null reference
 discard cbb3631  handle null reference
 discard 7844acb  Address checkstyle
 discard 2e1b37d  [KAFKA-3729] Auto-configure non-default SerDes passed alongside the topology builder
     new 979799b  [KAFKA-3729] Auto-configure non-default SerDes passed alongside the topology builder
     new b43e9d5  Add unit tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (07ef649)
            \
             N -- N -- N   refs/heads/kafka-3729-pr-from-ted (b43e9d5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5994 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes: