how to merge multiple streams from different container logs into one stream? #1694
Unanswered
ManuelSopenaBallesteros
asked this question in
Q&A
Replies: 1 comment
-
you could try packing each stream source see for instance the multi watcher example. EDIT: if it's all log lines it's all the same type presumably, so you might not even need the enum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear kube-rs team,
I have a method like this
And I would like to achieve something like below:
I would like to ask if it is possible to merge both streams into a single one
thank you
Beta Was this translation helpful? Give feedback.
All reactions