Skip to content

feat(pubsub): add Subscriber#4227

Merged
dbolduc merged 1 commit intogoogleapis:mainfrom
dbolduc:feat-pubsub-subscriber-client
Jan 9, 2026
Merged

feat(pubsub): add Subscriber#4227
dbolduc merged 1 commit intogoogleapis:mainfrom
dbolduc:feat-pubsub-subscriber-client

Conversation

@dbolduc
Copy link
Copy Markdown
Member

@dbolduc dbolduc commented Jan 9, 2026

Part of the work for #3941

Add the Subscriber client, which can receive messages from Cloud Pub/Sub.

An integration test against production is coming in the next PR.

Add a little coverage to the docs. They are still scant. This is not the final pass on them. Docs look like this: docs.zip. (download, unzip, and open doc/google_cloud_pubsub/index.html)

@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Jan 9, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.78%. Comparing base (0cff779) to head (fa868d7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4227      +/-   ##
==========================================
- Coverage   94.80%   94.78%   -0.02%     
==========================================
  Files         187      187              
  Lines        7137     7137              
==========================================
- Hits         6766     6765       -1     
- Misses        371      372       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dbolduc dbolduc marked this pull request as ready for review January 9, 2026 22:10
@dbolduc dbolduc requested a review from a team January 9, 2026 22:10
Copy link
Copy Markdown
Collaborator

@coryan coryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good enough for a preview. Could be better.

@dbolduc
Copy link
Copy Markdown
Member Author

dbolduc commented Jan 9, 2026

Good enough for a preview. Could be better.

Agreed. I am missing a lot of practical context, and practical examples. I plan to make incremental progress on this.

@dbolduc dbolduc merged commit 0ea7481 into googleapis:main Jan 9, 2026
30 checks passed
@dbolduc dbolduc deleted the feat-pubsub-subscriber-client branch January 9, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: pubsub Issues related to the Pub/Sub API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants