Skip to content

docs(pubsub): add an architecture guide#5339

Open
suzmue wants to merge 1 commit intogoogleapis:mainfrom
suzmue:architecture
Open

docs(pubsub): add an architecture guide#5339
suzmue wants to merge 1 commit intogoogleapis:mainfrom
suzmue:architecture

Conversation

@suzmue
Copy link
Copy Markdown
Contributor

@suzmue suzmue commented Apr 8, 2026

This change adds an ARCHITECTURE.md file to the pubsub crate. This document provides a high-level overview of the library's design for developers and contributors, covering the publisher actor pattern, subscriber streaming pull, lease management, and the distinction between hand-crafted and generated code.

This change adds the ARCHITECTURE.md file to the `pubsub` crate. This document provides a high-level overview of the library's design for developers and contributors, covering the publisher actor pattern, subscriber streaming pull, lease management, and the distinction between hand-crafted and generated code.
@suzmue suzmue requested a review from a team as a code owner April 8, 2026 21:52
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Apr 8, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.98%. Comparing base (e92b011) to head (c32db02).
⚠️ Report is 30 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5339   +/-   ##
=======================================
  Coverage   97.98%   97.98%           
=======================================
  Files         215      215           
  Lines       44904    44904           
=======================================
+ Hits        43998    43999    +1     
+ Misses        906      905    -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.

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.

1 participant