SAP-samples / cloud-sf-extension-cap-sample

Reference application showcasing how to extend SuccessFactors onto SAP BTP using the Extension Factory service and SAP Cloud Application Programming Model.
Apache License 2.0
19 stars 21 forks source link

SF to event mesh communication #26

Closed MartinStenzig closed 1 year ago

MartinStenzig commented 1 year ago

In your architecture diagram I see that you somehow are using an eventing in SF to push into event mesh. When I tried to set that up in our environment I could not get it to work as (standard) event mesh is expecting an additional header and SF does not seem to have the capability to send it. I needed to build a CAP based proxy to work around it.

navinkrishnan commented 1 year ago

Hello @MartinStenzig setting headers are possible. You may check Configure events in SAP SuccessFactors system chapter.

Regards, Navin

MartinStenzig commented 1 year ago

Great, thx!!!