yihua commented on code in PR #9179: URL: https://github.com/apache/hudi/pull/9179#discussion_r1263120181
########## website/docs/hoodie_streamer.md: ########## @@ -1,11 +1,11 @@ --- title: Streaming Ingestion -keywords: [hudi, deltastreamer, hoodiedeltastreamer] +keywords: [hudi, streamer, hoodiestreamer] --- -## DeltaStreamer +## Hudi Streamer Review Comment: Could you add a `BREAKING CHANGE` block to mention that `HoodieDeltaStreamer` is renamed to `HoodieStreamer`, other class renaming, config renaming, etc., since 0.14.0? And also mention about the backward compatibility? ``` :::danger Breaking Change ... ::: ``` ########## website/versioned_docs/version-0.10.0/overview.md: ########## @@ -13,7 +13,7 @@ how to learn more to get started. Apache Hudi (pronounced “hoodie”) is the next generation [streaming data lake platform](/blog/2021/07/21/streaming-data-lake-platform). Apache Hudi brings core warehouse and database functionality directly to a data lake. Hudi provides [tables](/docs/next/table_management), [transactions](/docs/next/timeline), [efficient upserts/deletes](/docs/next/write_operations), [advanced indexes](/docs/next/indexing), -[streaming ingestion services](/docs/next/hoodie_deltastreamer), data [clustering](/docs/next/clustering)/[compaction](/docs/next/compaction) optimizations, +[streaming ingestion services](/docs/next/hoodie_streamer), data [clustering](/docs/next/clustering)/[compaction](/docs/next/compaction) optimizations, Review Comment: all of the older version should still link to the older deltastreamer pages without renaming, e.g., `/docs/0.10.0/hoodie_deltastreamer`. Could you also try to see if no change works here? -- 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]
