Files
backstage/.changeset/nasty-planets-end.md
T
Patrik Oldsberg 217149ae98 events-backend: await subscribers and log errors
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-02 14:17:25 +01:00

264 B

@backstage/plugin-events-backend
@backstage/plugin-events-backend
patch

The default event broker will now catch and log errors thrown by the onEvent method of subscribers. The returned promise from publish method will also not resolve until all subscribers have handled the event.