Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions about/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@ Following is an index of the features currently covered by CAP, with status and

### Events / Messaging

| | CDS | Node.js | Java |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----:|:------------:|:----:|
| [Declared Events in CDS](../cds/cdl#events) | <X/> | <X/> | <X/> |
| Mock Broker (to speed up local dev) [[Node.js](../node.js/messaging#file-based)\|[Java](../java/messaging#local-testing)] | <Na/> | <X/> | <X/> |
| SAP Event Mesh (For single-tenant apps) [[Node.js](../node.js/messaging#event-mesh-shared)\|[Java](../java/messaging#configuring-sap-event-mesh-support)] | <Na/> | <X/> | <X/> |
| SAP Cloud Application Event Hub (For single-tenant apps) [[Node.js](../node.js/messaging#event-broker)] | <Na/> | <X/><br>beta | <D/> |
| Composite Messaging (routing by configuration) [[Node.js](../node.js/messaging#composite-messaging)\|[Java](../java/messaging#composite-messaging-service)] | <Na/> | <X/> | <X/> |
| Import AsyncAPI | <O/> | | |
| Export AsyncAPI | <X/> | | |
| | CDS | Node.js | Java |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----:|:-------------------------:|:-------------------------:|
| [Declared Events in CDS](../cds/cdl#events) | <X/> | <X/> | <X/> |
| Mock Broker (to speed up local dev) [[Node.js](../node.js/messaging#file-based)\|[Java](../java/messaging#local-testing)] | <Na/> | <X/> | <X/> |
| [SAP Cloud Application Event Hub](../guides/messaging/event-broker) | <Na/> | <X/><br><sup>plugin</sup> | <X/><br><sup>plugin</sup> |
| [SAP Event Mesh](../guides/messaging/event-mesh) | <Na/> | <X/> | <X/> |
| Composite Messaging (routing by configuration) [[Node.js](../node.js/messaging#composite-messaging)\|[Java](../java/messaging#composite-messaging-service)] | <Na/> | <X/> | <X/> |
| Import AsyncAPI | <O/> | | |
| Export AsyncAPI | <X/> | | |

<span id="events-messaging-more" />

Expand Down
4 changes: 2 additions & 2 deletions about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ CAP provides mocked variants for several platform services out of the box, which
| Database | SQLite, H2 in-memory | SAP HANA, PostgreSQL |
| Authentication | Mocked Auth | SAP Identity Services |
| App Gateway | None | SAP App Router |
| Messaging | File-based Queues | SAP Event Hub, Kafka, Redis, ... |
| Messaging | File-based Queues | SAP Cloud Appl. Event Hub, Kafka, Redis, ... |

> [!tip]
>
Expand Down Expand Up @@ -223,7 +223,7 @@ That initiative happened to be successful, and gave a boost to a steadily **grow
- [Open Telemetry → SAP Cloud Logging, Dynatrace, ...](../plugins/#telemetry)
- [Attachments → SAP Object Store /S3](../plugins/#attachments)
- [Attachments → SAP Document Management Service](../plugins/#@cap-js/sdm)
- [Messaging → SAP Cloud Application Event Hub](../plugins/#event-broker-plugin)
- [Messaging → SAP Cloud Application Event Hub](../plugins/#event-hub)
- [Change Tracking](../plugins/#change-tracking)
- [Notifications](../plugins/#notifications)
- [Audit Logging → SAP Audit Logging](../plugins/#audit-logging)
Expand Down
Loading