dbos-inc / dbos-transact

The Transactional TypeScript Framework
https://docs.dbos.dev
MIT License
278 stars 19 forks source link

Allow pluggable event receivers #509

Closed chuck-dbos closed 2 weeks ago

chuck-dbos commented 3 weeks ago

This works now. Have tried with the Kafka test, and the SQS plugin from the other branch, and now that autoregister is merged it was quick and painless.

chuck-dbos commented 2 weeks ago

Just to confirm, this has no effect on the Kafka interface or functionality, just its implementation?

Correct. We can pull it out in the future, that would cause only import changes.