SAP-samples / kyma-runtime-extension-samples

This project contains sample applications for building extensions and microservices on SAP BTP, Kyma runtime.
https://kyma-project.io/
Apache License 2.0
174 stars 82 forks source link

address-completion-s4 S4HANA Event Mesh Service Instance bug #370

Closed horsemanjackyliu closed 1 year ago

horsemanjackyliu commented 1 year ago

The topic rule is ${namespace}/# in the Message Client s4bp which is not correct. It should be ${namespace}/* .

Even I specify the topic rule as the following in YAML file. The topic rule in created event instance is still ${namespace}/# .

apiVersion: services.cloud.sap.com/v1 kind: ServiceInstance metadata: name: s4bpevents spec: externalName: s4bpevents parameters: communicationArrangement: communicationArrangementName: SAP_COM_0092_CA_EM scenarioId: SAP_COM_0092 emClientId: s4bp systemName: my300047 rules: queueRules: subscribeFilter:

horsemanjackyliu commented 1 year ago

log another issue https://github.com/SAP-docs/btp-cloud-platform/issues/148

horsemanjackyliu commented 1 year ago

The yaml file should be like the following:

apiVersion: services.cloud.sap.com/v1 kind: ServiceInstance metadata: name: s4bpevents spec: externalName: s4bpevents serviceOfferingName: s4-hana-cloud servicePlanName: messaging parameters:
systemName: my300047 emClientId: s4bp communicationArrangement: communicationArrangementName: SAP_COM_0092_CA_EM scenarioId: SAP_COM_0092 attributes: