Heyo :wave: What's a good method to process indepe...
# best-practices
o
Heyo 👋 What's a good method to process independent streams in parallel?
v
What have you tried? I use select filters, but your question needs more context!
o
Haven't tried anything yet but thought about trying that too (multiple instances of the tap with different select filters)
Thought there might be some kind of support for it in the tap SDK
v
Haven't tried anything yet but thought about trying that too (multiple instances of the tap with different select filters)
Select filters can by dynamic with env vars as well
Thought there might be some kind of support for it in the tap SDK
You can run multiple requests in paraellel but nothing async done yet, there is an issue here you can upvote https://github.com/meltano/sdk/issues/183
âž• 2
🙌 1