I am working with Adobe Commerce Events and subscribing to the event:observer.customer_save_commit_after{
"event": {
"name": "observer.customer_save_commit_after",
"fields": [
{"name": "id"},
{"name": "email"},
{"name": "group_id"},
{"name": "website_id"},
{"n...
Hi @mgoberling-adobe Yes, I am facing the same issue. After upgrading to 11.0.1,I didn’t understand what you meant by "another aio installation." Can you clarify? Yes, I am using a starter kit
I’m encountering an error during app packing, even though my project has no API Mesh dependencies. How can I resolve this and complete the app packaging process?aio app pack✔ Copied project files
⠧ Getting api-mesh config...Error: Command failed with exit code 1: aio api-mesh get --json
{
"error":...
Hi @tmj ,Thanks for your response.Yes, we do have alternative approaches available, such as using a custom event, triggering a webhook, or storing data in IO Files and processing it in smaller chunks. However, I mainly wanted to confirm whether Kafka can be integrated directly with Adobe App Builder...
I have a requirement to integrate Kafka with the App Builder starter kit. Since Adobe Commerce event actions have a default execution time limit of 1 minute, I plan to use Kafka to store the event data temporarily. The idea is to publish the data to a specific Kafka topic and later consume it using ...
I configured a standalone Appbuilder project successfully, but I get this error when I try to deploy it. Built 3 action(s) for 'application'
✔ Building web assets for 'application'
✖ Deploying actions for 'application'
› Error: Unknown Error From API: getaddrinfo ENOTFOUND deploy-service.app-buil...
The developer whom I share has the node version Node: 20.18.0 - and the node version I have Node: 18.20.4I have upgraded the node version, but the issue persists