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

Commit

Permalink
Merge pull request #2446 from aiven/harshini-JARs-crosslinks
Browse files Browse the repository at this point in the history
Added cross links for Custom JARs content
  • Loading branch information
harshini-rangaswamy authored Jan 18, 2024
2 parents 97905e1 + 9732c5b commit cf0bb58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
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.

.. 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 sales@Aiven.io.

What are custom JARs?
-------------------------
Expand All @@ -25,5 +29,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>`.

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.

.. important::

Expand Down

0 comments on commit cf0bb58

Please sign in to comment.