Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Fixed vale errors
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Jan 24, 2023
1 parent c7a4945 commit 6412cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/vale/styles/Aiven/capitalization_headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ exceptions:
- IPsec
- Java
- JMX
- JobManager
- Jolokia
- Kafdrop
- Kafka
Expand Down
2 changes: 1 addition & 1 deletion docs/products/flink/concepts/flink-features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/products/flink/concepts/managed-service-features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#fault-tolerance>`_ documentation.
For more information on available options, refer to `Apache Flink fault tolerance <https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#fault-tolerance>`_ documentation.

Disaster recovery
-----------------
Expand Down

0 comments on commit 6412cc7

Please sign in to comment.