-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature work/notes/fixes for PoC #740
Comments
@alecthomas would a queueing mechanism be too chonky to add to this issue or does it make sense to track separately? |
Ah, no, I knew there was something I was forgetting. I'll add it. |
What queueing pattern(s) do you need initially? The patterns are described here |
i think pubsub would likely be best! |
Hehe well there are two patterns: fanout and first-come first-served. I assume you mean first-come first-served? Where multiple consumers consume from a single subscription to a topic. |
ah aye apologies. i scrolled to the top of the doc and read "messaging patterns" so thought you were asking which of the messaging patterns first. should've just looked at exactly where you linked! correct pubsub first-come first-served |
@mistermoe can you send us the link to your KMS interface code please? |
Moved all the other issues to the #728 |
Must build:
ftl dev
smarter about when to rebuild and redeploy. #792Future work/notes:
The text was updated successfully, but these errors were encountered: