Skip to content

Commit

Permalink
feat: add support for GCP pubsub emulator (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
joacohoyos authored Jul 28, 2024
1 parent d940685 commit 5bf6b83
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 83 deletions.
138 changes: 60 additions & 78 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ openssl = { version = "0.10", optional = true, features = ["vendored"] }
redis = { version = "0.21.6", optional = true, features = ["tokio-comp"] }

# features: gcp
google-cloud-pubsub = { version = "0.12.0", optional = true }
google-cloud-googleapis = { version = "0.7.0", optional = true }

google-cloud-gax = {version ="0.17.0", optional = true }
google-cloud-pubsub = { version = "0.23.0", optional = true }
google-cloud-googleapis = { version = "0.12.0", optional = true }

# features: rabbitmqsink
lapin = { version = "2.1.1", optional = true }
Expand All @@ -78,5 +80,5 @@ elasticsink = ["elasticsearch", "tokio"]
fingerprint = ["murmur3"]
aws = ["aws-config", "aws-sdk-sqs", "aws-sdk-lambda", "aws-sdk-s3", "tokio"]
redissink = ["redis", "tokio"]
gcp = ["google-cloud-pubsub", "google-cloud-googleapis", "tokio", "web"]
gcp = ["google-cloud-pubsub", "google-cloud-googleapis", "tokio", "web" ,"google-cloud-gax"]
rabbitmqsink = ["lapin", "tokio"]
Loading

0 comments on commit 5bf6b83

Please sign in to comment.