This is an automated email from the ASF dual-hosted git repository.
fpaul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 7c4c470 [FLINK-26281][connectors/elasticsearch] setting default
delivery guarantee to AT_LEAST_ONCE
new 6728297 [FLINK-26613][streaming] Allow setting operator uid hashes
for predefined sink operators
new cefcac6 [FLINK-26613][streaming] Use Flink 1.13 sink committer
operator uid pattern
The 2 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:
.../datastream/CustomSinkOperatorUidHashes.java | 130 +++++++++++++++++++++
.../flink/streaming/api/datastream/DataStream.java | 38 +++++-
.../streaming/api/datastream/DataStreamSink.java | 14 ++-
.../api/transformations/SinkTransformation.java | 10 +-
.../translators/SinkTransformationTranslator.java | 33 +++++-
.../graph/SinkTransformationTranslatorTest.java | 53 +++++++++
.../plan/nodes/exec/common/CommonExecSink.java | 9 +-
7 files changed, 275 insertions(+), 12 deletions(-)
create mode 100644
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/CustomSinkOperatorUidHashes.java