danny0405 commented on code in PR #8093: URL: https://github.com/apache/hudi/pull/8093#discussion_r1127360843
########## website/docs/flink_configuration.md: ########## @@ -3,115 +3,179 @@ title: Flink Setup toc: true --- -## Global Configurations -When using Flink, you can set some global configurations in `$FLINK_HOME/conf/flink-conf.yaml` +[Apache Flink](https://flink.apache.org/what-is-flink/flink-architecture/) is a powerful streaming-batch integrated engine that provides a stream processing framework. Flink can process events at an incredible speed with low latency. Along with Hudi, users can use streaming ingestion like with Kafka; streaming consumption like with Kafka; and also perform batch workloads like bulk ingest, snapshot queries and incremental queries. Review Comment: > users can use streaming ingestion like with Kafka; streaming consumption like with Kafka A littile verbose here, maybe we can just merge the ingestion and consumption thing like in one sentence. -- 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]
