Skip to content

Commit 2cb1af8

Browse files
committed
add support for pubsub emulator
1 parent d940685 commit 2cb1af8

File tree

4 files changed

+92
-83
lines changed

4 files changed

+92
-83
lines changed

Cargo.lock

+60-78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ openssl = { version = "0.10", optional = true, features = ["vendored"] }
6262
redis = { version = "0.21.6", optional = true, features = ["tokio-comp"] }
6363

6464
# features: gcp
65-
google-cloud-pubsub = { version = "0.12.0", optional = true }
66-
google-cloud-googleapis = { version = "0.7.0", optional = true }
65+
66+
google-cloud-gax = {version ="0.17.0", optional = true }
67+
google-cloud-pubsub = { version = "0.23.0", optional = true }
68+
google-cloud-googleapis = { version = "0.12.0", optional = true }
6769

6870
# features: rabbitmqsink
6971
lapin = { version = "2.1.1", optional = true }
@@ -78,5 +80,5 @@ elasticsink = ["elasticsearch", "tokio"]
7880
fingerprint = ["murmur3"]
7981
aws = ["aws-config", "aws-sdk-sqs", "aws-sdk-lambda", "aws-sdk-s3", "tokio"]
8082
redissink = ["redis", "tokio"]
81-
gcp = ["google-cloud-pubsub", "google-cloud-googleapis", "tokio", "web"]
83+
gcp = ["google-cloud-pubsub", "google-cloud-googleapis", "tokio", "web" ,"google-cloud-gax"]
8284
rabbitmqsink = ["lapin", "tokio"]

0 commit comments

Comments
 (0)