Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Google Pub/Sub as transport broker (#2147)
* Add support for Google Pub/Sub as transport broker * Add tests * Add docs * flake8 * flake8 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix future import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add missing test requirements * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add monitoring dependency * Fix test for python3.8 * Mock better google's monitoring api * Flake8 * Add refdoc * Add extra url to workaround pypy grpcio * Add extra index url in tox for grpcio/pypy support * Revert "Add extra url to workaround pypy grpcio" This reverts commit dfde4d5. * pin grpcio version to match extra_index wheel * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Reduce poll calls if qos denies msg rx --------- Co-authored-by: Haim Daniel <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tomer Nosrati <[email protected]>
- Loading branch information