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

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


    from 9a35240  [FLINK-26281][connectors/elasticsearch] Remove deprecated 
'type', explain exactly-once semantic. This closes #19200
     new 7aefdf2  [refactor][streaming] Migrate Source(Operator)StreamTaskTest 
to JUnit5 and assertj
     new 8a73e94  [FLINK-25256][streaming] Externally induced sources replay 
barriers received over RPC instead of inventing them out of thin air.
     new a4d194e  [FLINK-25256][streaming] Clarify the contract of 
ExternallyInducedSource(Reader).

The 3 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:
 .../source/ExternallyInducedSourceReader.java      |  12 +-
 .../api/checkpoint/ExternallyInducedSource.java    |   4 +-
 .../io/StreamTaskExternallyInducedSourceInput.java |  24 +++
 .../runtime/tasks/SourceOperatorStreamTask.java    | 187 +++++++++++++++++----
 .../tasks/SourceOperatorStreamTaskTest.java        | 134 +++++++++++----
 .../runtime/tasks/SourceStreamTaskTest.java        |  93 +++++-----
 .../runtime/tasks/SourceStreamTaskTestBase.java    |  23 ++-
 7 files changed, 344 insertions(+), 133 deletions(-)

Reply via email to