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

Commit

Permalink
Added crosslinks for Custom JARs content
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Jan 18, 2024
1 parent 97905e1 commit 379083e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/products/flink/concepts/custom-jars.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Custom JARs in Aiven for Apache Flink®
=================================================

Aiven for Apache Flink enables you to upload, deploy, and manage your own Java code as custom JARs within a JAR application. This feature expands the capabilities of Aiven for Apache Flink, allowing you to add custom capabilities that extend beyond the default SQL features. With custom JARs, you can swiftly develop and maximize the potential of your Aiven for Flink application.
Aiven for Apache Flink enables you to upload, deploy, and manage your own Java code as custom JARs within a :doc:`JAR application </docs/products/flink/howto/create-jar-application>`. This feature expands the capabilities of Aiven for Apache Flink, allowing you to add custom capabilities that extend beyond the default SQL features. With custom JARs, you can swiftly develop and maximize the potential of your Aiven for Flink application.

Check failure on line 4 in docs/products/flink/concepts/custom-jars.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/flink/concepts/custom-jars.rst#L4

[Aiven.common_replacements] Use 'Flink' instead of 'flink'.
Raw output
{"message": "[Aiven.common_replacements] Use 'Flink' instead of 'flink'.", "location": {"path": "docs/products/flink/concepts/custom-jars.rst", "range": {"start": {"line": 4, "column": 147}}}, "severity": "ERROR"}

What are custom JARs?
-------------------------
Expand All @@ -25,5 +25,8 @@ Custom JARs can be applied in various scenarios, including but not limited to:
* **Custom data processing and enrichment:** Custom JARs facilitate the processing and enrichment of data from sources not natively supported by Flink's core APIs. This includes implementing unique data processing logic and applying custom functions for data transformation and enrichment.


Related pages
--------------


* :doc:`How to use custom JARs in Aiven for Apache Flink application </docs/products/flink/howto/create-jar-application>`.

Check failure on line 31 in docs/products/flink/concepts/custom-jars.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/flink/concepts/custom-jars.rst#L31

[Aiven.common_replacements] Use 'Flink' instead of 'flink'.
Raw output
{"message": "[Aiven.common_replacements] Use 'Flink' instead of 'flink'.", "location": {"path": "docs/products/flink/concepts/custom-jars.rst", "range": {"start": {"line": 31, "column": 86}}}, "severity": "ERROR"}

2 changes: 1 addition & 1 deletion docs/products/flink/howto/create-jar-application.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Create a JAR application
========================
Aiven for Apache Flink® enables you to upload and deploy custom code as a JAR file, enhancing your Flink applications with advanced data processing capabilities.
Aiven for Apache Flink® enables you to upload and deploy :doc:`custom code as a JAR file </docs/products/flink/concepts/custom-jars>`, enhancing your Flink applications with advanced data processing capabilities.

Check failure on line 3 in docs/products/flink/howto/create-jar-application.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/flink/howto/create-jar-application.rst#L3

[Aiven.common_replacements] Use 'Flink' instead of 'flink'.
Raw output
{"message": "[Aiven.common_replacements] Use 'Flink' instead of 'flink'.", "location": {"path": "docs/products/flink/howto/create-jar-application.rst", "range": {"start": {"line": 3, "column": 106}}}, "severity": "ERROR"}

.. important::

Expand Down

0 comments on commit 379083e

Please sign in to comment.