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 2021/06/15 08:01:53 UTC

[kafka] branch trunk updated (3944f96 -> 01967e4)

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

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


    from 3944f96  MINOR: Log formatting for exceptions during configuration related operations (#10843)
     add 01967e4  KAFKA-12914: StreamSourceNode should return `null` topic name for pattern subscription (#10846)

No new revisions were added by this update.

Summary of changes:
 .../streams/kstream/internals/InternalStreamsBuilder.java    | 11 ++++++-----
 .../streams/kstream/internals/graph/SourceGraphNode.java     |  9 +++++----
 .../streams/kstream/internals/graph/StreamSourceNode.java    | 11 +++++------
 .../streams/kstream/internals/graph/TableSourceNode.java     | 12 +++++++++++-
 4 files changed, 27 insertions(+), 16 deletions(-)