Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Transactional inbox might be unnecessary #3

Open
kevinmichaelchen opened this issue May 13, 2020 · 0 comments
Open

Transactional inbox might be unnecessary #3

kevinmichaelchen opened this issue May 13, 2020 · 0 comments

Comments

@kevinmichaelchen
Copy link
Member

See https://twitter.com/kevinmchen/status/1260373602941259776

Instead of

  1. process 1: read from topic
  2. process 1: persist request to transactional inbox
  3. process 2: read from transactional inbox
  4. process 2: send email

We can do:
Instead of

  1. process 1: read from topic
  2. process 1: send email
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant