This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit bb64b08b449c0456b466385389554b0ce22baab7 Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com> AuthorDate: Wed Sep 4 15:49:52 2024 +0200 Reword for greater clarity Co-authored-by: Alexandre Gallice <aldettin...@gmail.com> --- content/blog/2024/09/chunking-dsl/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2024/09/chunking-dsl/index.md b/content/blog/2024/09/chunking-dsl/index.md index 1bbfecab..7552629f 100644 --- a/content/blog/2024/09/chunking-dsl/index.md +++ b/content/blog/2024/09/chunking-dsl/index.md @@ -15,7 +15,7 @@ Before Camel 4.8.0, applications using Camel would have to implement custom chun ## Introducing the New Chunking DSL in Camel 4.8.0 -Starting with Camel 4.8.0, which should be released soon, we've introduced a new Chunking DSL that allows you to describe the desired chunking as part of the route. This feature makes routes more elegant and reduces the need for custom code. With the new Chunking DSL, you can focus on processing your data without worrying about the intricacies of chunking. +Starting with Camel 4.8.0, we've introduced a new Chunking DSL that allows you to describe the desired chunking as part of the route. This feature makes routes more elegant and reduces the need for custom code. With the new Chunking DSL, you can focus on processing your data without worrying about the intricacies of chunking. ### Example Use Case: Chunking Documents by Paragraph