I have a stream of data from the master source, and second stream with enrichment data from a different source. Unfortunately, the enrichment messages often arrive before the original piece of data. I’d like to ensure that the enrichment message is buffered until the original message is first published. Can I achieve this with Rx?
Share
Short answer, probably. As @Enigmativity eluded too, this stands as a somewhat open ended question.