Skip to content
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
3 changes: 0 additions & 3 deletions modules/functions/pages/astream-functions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Functions are implemented using https://pulsar.apache.org/docs/en/functions-over
[IMPORTANT]
====
Custom functions require a xref:astra-streaming:operations:astream-pricing.adoc[paid {product} plan].

Organizations on the *Free* plan can use xref:functions:index.adoc[transform functions] only.
====

== Deploy Python functions in a zip file
Expand Down Expand Up @@ -419,7 +417,6 @@ If you want to use different topics, change `in`, `out`, and `log` accordingly.
This indicates that the function was deployed and ready to run when triggered by incoming messages.
+
If the response is `402 Payment Required` with `Reason: only qualified organizations can create functions`, then you must upgrade to a xref:astra-streaming:operations:astream-pricing.adoc[paid {product} plan].
Organizations on the *Free* plan can use xref:functions:index.adoc[transform functions] only.
+
You can also verify that a function was created by checking the **Functions** tab or by running `./pulsar-admin functions list --tenant **TENANT_NAME**`.

Expand Down
2 changes: 0 additions & 2 deletions modules/functions/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Drop fields, flatten, compute, and more without coding or deep schema knowledge.
{company} has created the following transform functions for common data transforms, but we're always experimenting with new ones.
Check back as the list grows, or let us know some functions you'd find helpful in your deployment.

Unqualified orgs can use transform functions without upgrading to a Pay As You Go plan.

[#transform-list]
== Transforms

Expand Down