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/02/11 23:34:29 UTC

[kafka] branch trunk updated (a149c3e -> e16859d)

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 a149c3e  MINOR: improve error reporting in DescribeConsumerGroupTest (#8080)
     add e16859d  KAFKA-9390: Make serde pseudo-topics unique (#8054)

No new revisions were added by this update.

Summary of changes:
 .../streams/kstream/internals/KTableImpl.java      |  23 +++-
 .../foreignkeyjoin/CombinedKeySchema.java          |  23 ++--
 ...reignJoinSubscriptionSendProcessorSupplier.java |  17 ++-
 .../foreignkeyjoin/SubscriptionWrapperSerde.java   |  35 +++--
 ...bleForeignKeyInnerJoinMultiIntegrationTest.java |  32 +++--
 ...KTableKTableForeignKeyJoinDefaultSerdeTest.java |   5 +-
 .../KTableKTableForeignKeyJoinIntegrationTest.java |  16 ++-
 .../foreignkeyjoin/CombinedKeySchemaTest.java      |  18 ++-
 .../SubscriptionWrapperSerdeTest.java              |   8 +-
 .../kafka/streams/utils/UniqueTopicSerdeScope.java | 148 +++++++++++++++++++++
 10 files changed, 272 insertions(+), 53 deletions(-)
 create mode 100644 streams/src/test/java/org/apache/kafka/streams/utils/UniqueTopicSerdeScope.java