Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-24 Thread via GitHub
davidradl commented on PR #26013: URL: https://github.com/apache/flink/pull/26013#issuecomment-2612958949 Reviewed by Chi on 23/01/2025 Go back to the submitter with review comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-24 Thread via GitHub
davidradl commented on code in PR #26013: URL: https://github.com/apache/flink/pull/26013#discussion_r1928963713 ## docs/content.zh/docs/dev/datastream/sinks.md: ## @@ -0,0 +1,122 @@ +--- +title: "Data Sinks" +weight: 12 +type: docs +aliases: + - /dev/stream/sinks.html +--- + +

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-21 Thread via GitHub
lvyanquan commented on code in PR #26013: URL: https://github.com/apache/flink/pull/26013#discussion_r1923650667 ## docs/content.zh/docs/dev/datastream/sinks.md: ## @@ -0,0 +1,136 @@ +--- +title: "Data Sinks" +weight: 12 +type: docs +aliases: + - /dev/stream/sinks.html +--- + +

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-20 Thread via GitHub
davidradl commented on code in PR #26013: URL: https://github.com/apache/flink/pull/26013#discussion_r1922343369 ## docs/content.zh/docs/dev/datastream/sinks.md: ## @@ -0,0 +1,136 @@ +--- +title: "Data Sinks" +weight: 12 +type: docs +aliases: + - /dev/stream/sinks.html +--- + +

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-20 Thread via GitHub
davidradl commented on code in PR #26013: URL: https://github.com/apache/flink/pull/26013#discussion_r1922342058 ## docs/content.zh/docs/dev/datastream/sinks.md: ## @@ -0,0 +1,136 @@ +--- +title: "Data Sinks" +weight: 12 +type: docs +aliases: + - /dev/stream/sinks.html +--- + +

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-20 Thread via GitHub
davidradl commented on code in PR #26013: URL: https://github.com/apache/flink/pull/26013#discussion_r1922338385 ## docs/content.zh/docs/dev/datastream/sinks.md: ## @@ -0,0 +1,136 @@ +--- +title: "Data Sinks" +weight: 12 +type: docs +aliases: + - /dev/stream/sinks.html +--- + +

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-20 Thread via GitHub
davidradl commented on code in PR #26013: URL: https://github.com/apache/flink/pull/26013#discussion_r1922337260 ## docs/content.zh/docs/dev/datastream/sinks.md: ## @@ -0,0 +1,136 @@ +--- +title: "Data Sinks" +weight: 12 +type: docs +aliases: + - /dev/stream/sinks.html +--- + +

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-20 Thread via GitHub
davidradl commented on code in PR #26013: URL: https://github.com/apache/flink/pull/26013#discussion_r1922328242 ## docs/content.zh/docs/dev/datastream/sinks.md: ## @@ -0,0 +1,136 @@ +--- +title: "Data Sinks" +weight: 12 +type: docs +aliases: + - /dev/stream/sinks.html +--- + +

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-20 Thread via GitHub
davidradl commented on code in PR #26013: URL: https://github.com/apache/flink/pull/26013#discussion_r1922326609 ## docs/content.zh/docs/dev/datastream/sinks.md: ## @@ -0,0 +1,136 @@ +--- +title: "Data Sinks" +weight: 12 +type: docs +aliases: + - /dev/stream/sinks.html +--- + +

Re: [PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-19 Thread via GitHub
flinkbot commented on PR #26013: URL: https://github.com/apache/flink/pull/26013#issuecomment-2601367008 ## CI report: * 932dc27e123116104dd41101499a1f8af33038a9 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-37162] Add sinks.md to describe Flink's Data Sink API. [flink]

2025-01-19 Thread via GitHub
lvyanquan opened a new pull request, #26013: URL: https://github.com/apache/flink/pull/26013 ## What is the purpose of the change Add doc for Sink API. ## Brief change log Add doc for Sink API and remove legacy doc about SourceFunction. ## Verifying thi