Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Remove gpubsub in sources #1761

Merged
merged 8 commits into from Oct 5, 2020
Merged

Commits on Oct 3, 2020

  1. (feat/source): Remove gpubsub from Topic and PullSubscription

    Topic and PullSubscription reconcilers still use the gpubsub client, making their tests
    different from the Broker and Trigger tests which use pstest. With this, error injection
    is done by setting server option to the pubsub testing server. The reconcilers will use
    google-cloud-go pubsub directly.
    Jimmy Lin committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    46de3c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d852a9f View commit details
    Browse the repository at this point in the history
  3. add subscription check to pullsubscription_test.go

    Jimmy Lin committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    8222d89 View commit details
    Browse the repository at this point in the history
  4. apply change to keda pullsubscription

    Jimmy Lin committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    fe66fa9 View commit details
    Browse the repository at this point in the history
  5. Use create function in topic

    Jimmy Lin committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    97f709c View commit details
    Browse the repository at this point in the history
  6. use create function for pullsubscription

    Jimmy Lin committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    cd31794 View commit details
    Browse the repository at this point in the history
  7. remove helper as they are not used here

    Jimmy Lin committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    e346887 View commit details
    Browse the repository at this point in the history
  8. Add connection cleanup goroutine, fix typo

    Jimmy Lin committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    e44aadf View commit details
    Browse the repository at this point in the history