bhasudha commented on code in PR #10087:
URL: https://github.com/apache/hudi/pull/10087#discussion_r1393136432
##########
website/docs/flink-quick-start-guide.md:
##########
@@ -401,6 +401,82 @@ select * from hudi_table/*+
OPTIONS('read.streaming.enabled'='true')*/;
This will give all changes that happened after the `read.start-commit` commit.
The unique thing about this
feature is that it now lets you author streaming pipelines on streaming or
batch data source.
+## Non-Blocking Concurrency Control
Review Comment:
Refer to the comment above on moving this section to other Flink related
docs. We can call this out in the
https://hudi.apache.org/docs/next/flink-quick-start-guide#where-to-go-from-here
section.
--
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]