File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
event-broker-ias-multitenant
event-broker-ias-single-tenant
event-broker-x509-multitenant Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## About this project
8
8
9
- CDS plugin providing integration with SAP Event Broker .
9
+ CDS plugin providing integration with SAP Cloud Application Event Hub (technical name: ` event-broker ` ) .
10
10
11
11
12
12
@@ -37,7 +37,7 @@ npm add @cap-js/event-broker
37
37
38
38
Please follow the [ guide on messaging] ( https://cap.cloud.sap/docs/guides/messaging/ ) to get an overview over the messaging concepts of CAP.
39
39
40
- You can create an SAP Event Broker service with the following configuration:
40
+ You can create an SAP Cloud Application Event Hub service with the following configuration:
41
41
42
42
``` jsonc
43
43
{
Original file line number Diff line number Diff line change 21
21
"@sap/cds" : " >=7"
22
22
},
23
23
"devDependencies" : {
24
+ "@cap-js/event-broker" : " file:." ,
24
25
"@sap-cloud-sdk/resilience" : " ^3.21.0" ,
25
26
"@sap/xssec" : " ^4.2.4"
26
27
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " event-broker-mock-app" ,
3
3
"dependencies" : {
4
- "@cap-js/event-broker" : " .. "
4
+ "@cap-js/event-broker" : " * "
5
5
},
6
6
"cds" : {
7
7
"requires" : {
8
8
"multitenancy" : true ,
9
9
"messaging" : {
10
- "kind" : " event-broker-internal"
10
+ "kind" : " event-broker-internal" ,
11
+ "outbox" : false
11
12
},
12
13
"auth" : {
13
14
"kind" : " ias" ,
Original file line number Diff line number Diff line change 6
6
"cds" : {
7
7
"requires" : {
8
8
"messaging" : {
9
- "kind" : " event-broker"
9
+ "kind" : " event-broker" ,
10
+ "outbox" : false
10
11
},
11
12
"auth" : {
12
13
"kind" : " ias" ,
Original file line number Diff line number Diff line change 8
8
"multitenancy" : true ,
9
9
"messaging" : {
10
10
"kind" : " event-broker-internal" ,
11
+ "outbox" : false ,
11
12
"x509" : {
12
13
"cert" : " $myCert" ,
13
14
"pkey" : " $myPkey"
You can’t perform that action at this time.
0 commit comments