Skip to content

Commit

Permalink
Impl GCP PubSub source (#3720)
Browse files Browse the repository at this point in the history
Cleaned up version of the first implementation of the GCP PubSub by @magnalite (#3605).

---------

Co-authored-by: magnalite <[email protected]>
Co-authored-by: Adrien Guillo <[email protected]>
  • Loading branch information
3 people authored Aug 11, 2023
1 parent ea7a2e2 commit c692807
Show file tree
Hide file tree
Showing 12 changed files with 543 additions and 112 deletions.
208 changes: 193 additions & 15 deletions quickwit/Cargo.lock

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

3 changes: 3 additions & 0 deletions quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ flume = "0.10"
fnv = "1"
futures = "0.3"
futures-util = { version = "0.3.25", default-features = false }
google-cloud-pubsub = "0.15.0"
google-cloud-default = { version = "0.3.0", features = ["pubsub"] }
google-cloud-googleapis = { version = "0.9.0", features = ["pubsub"] }
heck = "0.4.1"
hex = "0.4.3"
home = "0.5.4"
Expand Down
Loading

0 comments on commit c692807

Please sign in to comment.