Hi,
I have tried this tutorial witg a fresh installation of a kyma cluster in a Trial account. The event.yaml from the github repo uses apiVersion eventing.kyma-project.io/v1alpha1. My new installed kyma cluster have eventing.kyma-project.io/v1alpha2 installed.
This leads to the error:
kubectl -n dev apply -f .\event.yaml
error: resource mapping not found for name: "api-mssql-go-event-sub" namespace: "" from ".\event.yaml": no matches for kind "Subscription" in version "eventing.kyma-project.io/v1alpha1"
ensure CRDs are installed first
Next problem was missing items in the commerce mock web app. There are no items in the tab "Remote APIs". I tried to fix it via registering the same configuration as in Local APIs for entry "SAP Commerce Cloud - Events". But the event is not processed by the api-mssql-go pod (no logs found).
Please check the tutorial and make it running in newer installations.
Tutorials: https://developers.sap.com/tutorials/cp-kyma-microservice-trigger.html
Hi, I have tried this tutorial witg a fresh installation of a kyma cluster in a Trial account. The event.yaml from the github repo uses apiVersion eventing.kyma-project.io/v1alpha1. My new installed kyma cluster have eventing.kyma-project.io/v1alpha2 installed.
This leads to the error:
error: resource mapping not found for name: "api-mssql-go-event-sub" namespace: "" from ".\event.yaml": no matches for kind "Subscription" in version "eventing.kyma-project.io/v1alpha1" ensure CRDs are installed first
Then I have modified event.yaml to
The deployment was succesful with this yaml.
Next problem was missing items in the commerce mock web app. There are no items in the tab "Remote APIs". I tried to fix it via registering the same configuration as in Local APIs for entry "SAP Commerce Cloud - Events". But the event is not processed by the api-mssql-go pod (no logs found).
Please check the tutorial and make it running in newer installations.
Thank you!