You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2020/06/12 15:02:03 UTC

[kafka] branch trunk updated (4f96c5b4 -> bcf45b0)

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

vvcephei pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 4f96c5b4 KAFKA-10027: Implement read path for feature versioning system (KIP-584) (#8680)
     add bcf45b0  KAFKA-10049: Fixed FKJ bug where wrapped serdes are set incorrectly when using default StreamsConfig serdes (#8764)

No new revisions were added by this update.

Summary of changes:
 checkstyle/import-control.xml                      |   1 +
 .../kstream/internals/ChangedDeserializer.java     |   6 +-
 .../kstream/internals/ChangedSerializer.java       |   6 +-
 .../internals/WrappingNullableDeserializer.java    |   6 +-
 .../internals/WrappingNullableSerializer.java      |   4 +-
 .../SubscriptionResponseWrapperSerde.java          |  12 +--
 .../foreignkeyjoin/SubscriptionWrapperSerde.java   |  12 +--
 .../streams/processor/internals/SinkNode.java      |   7 +-
 .../streams/processor/internals/SourceNode.java    |   7 +-
 .../KTableKTableForeignKeyJoinScenarioTest.java    | 103 +++++++++++----------
 10 files changed, 86 insertions(+), 78 deletions(-)