You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by bo...@apache.org on 2020/08/12 18:41:32 UTC

[samza] branch master updated (2b11d94 -> b736af9)

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

boryas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git.


    from 2b11d94  SAMZA-2577 : Adding support for Async-Logger in Log4j2 Stream Appender (#1411)
     new e7d3067  Merge pull request #1 from apache/master
     new 984978b  SAMZA-2574:improve flexibility of SystemFactory interface
     new 2092530  rename the input parameter
     new a05c6e4  address comment: adding javadoc and change to a more reasonable name
     new dcbdf89  clean up comments and code
     new 7aa6580  clean up comments
     new 10d5d2f  address comments and provide better comments
     new 926c758  address comment: clean typo
     new b736af9  Merge pull request #1408 from MabelYC/interfaceChange

The 2244 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:
 .../org/apache/samza/system/SystemFactory.java     | 47 ++++++++++++++++++++++
 .../metadatastore/CoordinatorStreamStore.java      |  6 +--
 .../stream/CoordinatorStreamSystemConsumer.java    |  4 +-
 .../stream/CoordinatorStreamSystemProducer.java    |  4 +-
 .../org/apache/samza/util/DiagnosticsUtil.java     |  3 +-
 .../apache/samza/container/SamzaContainer.scala    |  4 +-
 .../org/apache/samza/util/TestDiagnosticsUtil.java |  2 +-
 .../checkpoint/kafka/KafkaCheckpointManager.scala  |  6 +--
 .../kafka/TestKafkaCheckpointManagerJava.java      |  6 +--
 .../apache/samza/logging/log4j/StreamAppender.java |  2 +-
 .../samza/logging/log4j2/StreamAppender.java       |  2 +-
 11 files changed, 67 insertions(+), 19 deletions(-)