Skip to content
Discussion options

You must be logged in to vote

If you know that you need to combine multiple results, another option may be to:

  1. Use the tableUpdates method to listen on changes on all source tables you're interested in.
  2. Then, use asyncMap to, in response to receiving a table update, run all queries you're interested in to emit at once.

There's a similar issue about this here: #3338. This is something we could potentially improve with better APIs.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@galacticgibbon
Comment options

Comment options

You must be logged in to vote
4 replies
@galacticgibbon
Comment options

@dickermoshe
Comment options

@galacticgibbon
Comment options

@dickermoshe
Comment options

Answer selected by dickermoshe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants