diff --git a/modules/functions/pages/astream-functions.adoc b/modules/functions/pages/astream-functions.adoc index ec04dbf..0caf19b 100644 --- a/modules/functions/pages/astream-functions.adoc +++ b/modules/functions/pages/astream-functions.adoc @@ -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 @@ -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**`. diff --git a/modules/functions/pages/index.adoc b/modules/functions/pages/index.adoc index 8a6c952..d9d14c2 100644 --- a/modules/functions/pages/index.adoc +++ b/modules/functions/pages/index.adoc @@ -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