cloudquery / plugin-sdk

CloudQuery Go SDK for source and destination plugins
Mozilla Public License 2.0
21 stars 23 forks source link

feat: Add warning on duplicate clients for `round-robin` and `shuffle` schedulers #1878

Closed kabachook closed 3 weeks ago

kabachook commented 3 weeks ago

Summary

multiplex returned duplicate client warning for incorrect multiplexers occurs only when dfs scheduler is used. This PR adds the same warning for round-robin and shuffle schedulers.

More context here: https://discord.com/channels/872925471417962546/1271466277189324831


Use the following steps to ensure your PR is ready to be reviewed