Skip to content

Commit

Permalink
[Blog] Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 30, 2024
1 parent 7114c0a commit b99f133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blog/blog/2024-11-30-whats-new-in-sea-streamer-0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ let merged: Merged<SeaMessageStream<'a>> = streams.merge();

`stream_a` and `stream_b` can be heterogeneous, meaning they can be Kafka, Redis or even File.

But how about in replay? In replay, different streams can flow at different pace, and thus if we try to naively merge them, the messages would come out-of-order.
How about in replay? In replay, different streams can flow at different pace, and thus if we try to naively merge them, the messages would come out-of-order.

To solve this problem, you can use [`StreamJoin::muxed`](https://docs.rs/sea-streamer-fuse/latest/sea_streamer_fuse/struct.StreamJoin.html#method.muxed):

Expand Down

0 comments on commit b99f133

Please sign in to comment.