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

Added cross links for Custom JARs content #2446

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/products/flink/concepts/custom-jars.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
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"}
harshini-rangaswamy marked this conversation as resolved.
Show resolved Hide resolved

.. important::

Custom JARs for Aiven for Apache Flink is a :doc:`limited availability feature </docs/platform/concepts/beta_services>`. If you're interested in trying out this feature, contact the sales team at [email protected].

What are custom JARs?
-------------------------
Expand All @@ -25,5 +29,8 @@
* **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 35 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#L35

[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": 35, "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
Loading