diff --git a/.github/vale/styles/Aiven/capitalization_headings.yml b/.github/vale/styles/Aiven/capitalization_headings.yml index 931f15717b..5dcde3dcfc 100644 --- a/.github/vale/styles/Aiven/capitalization_headings.yml +++ b/.github/vale/styles/Aiven/capitalization_headings.yml @@ -59,6 +59,7 @@ exceptions: - IPsec - Java - JMX + - JobManager - Jolokia - Kafdrop - Kafka diff --git a/docs/products/flink/concepts/flink-features.rst b/docs/products/flink/concepts/flink-features.rst index 8700115c22..fe46d56717 100644 --- a/docs/products/flink/concepts/flink-features.rst +++ b/docs/products/flink/concepts/flink-features.rst @@ -11,7 +11,7 @@ One of these features is the SQL editor, which is a built-in feature of the Aive Build applications to process data ---------------------------------- -Applications in the Aiven for Apache Flink service are containers that hold everything related to a Flink job, including the source and sink connectors and the data processing logic. They serve as the entry point for executing a Flink job within the Aiven Flink service. The Aiven console provides an intuitive interface and workflow to build applications. You can select the source and sink connectors and create statements for processing the data within your application. Additionally, you can create multiple versions of an application. Applications in Aiven for Apache Flink significantly improve the developer experience and make it easier to build and deploy Flink applications. +Applications in the Aiven for Apache Flink service are containers that hold everything related to a Flink job, including the source and sink connectors and the data processing logic. They serve as the entry point for executing a Flink job within the Aiven for Apache Flink service. The Aiven console provides an intuitive interface and workflow to build applications. You can select the source and sink connectors and create statements for processing the data within your application. Additionally, you can create multiple versions of an application. Applications in Aiven for Apache Flink significantly improve the developer experience and make it easier to build and deploy Flink applications. Interactive queries ------------------- diff --git a/docs/products/flink/concepts/managed-service-features.rst b/docs/products/flink/concepts/managed-service-features.rst index 716bc5f37b..5c25b375d1 100644 --- a/docs/products/flink/concepts/managed-service-features.rst +++ b/docs/products/flink/concepts/managed-service-features.rst @@ -21,7 +21,7 @@ Cluster restart strategy ------------------------ The default restart strategy of the cluster is set to `Failure Rate`. This controls how Apache Flink restarts in case of failures during job execution. Administrators can change this setting in the advanced configuration options of the service. -For more information on available options, refer to `Apache Flink's fault tolerance `_ documentation. +For more information on available options, refer to `Apache Flink fault tolerance `_ documentation. Disaster recovery -----------------