PatrickRen commented on code in PR #24265:
URL: https://github.com/apache/flink/pull/24265#discussion_r1555343914
##########
docs/content/docs/deployment/config.md:
##########
@@ -479,6 +479,26 @@ Flink does not use Pekko for data transport.
{{< generated/akka_configuration >}}
+### Flink Format Options
Review Comment:
I'm afraid this is not the right place to list format options. This page
shows all configurations that can be used in `conf/flink-conf.yaml`(now renamed
to `conf/config.yaml`), which controls the behavior of Flink cluster. Formats
are only used in some Table / SQL connectors such as file system and Kafka, and
there are already pages for them. Take CSV as an example:
https://github.com/apache/flink/blob/558ca75da2fcec875d1e04a8d75a24fd0ad42ccc/docs/content/docs/connectors/table/formats/csv.md
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]