Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pubsub): add support for ingestion platform logging settings #10969

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

hongalex
Copy link
Member

@hongalex hongalex commented Oct 9, 2024

Adds support for platform logging and clarifies that updating a topic to use ingestion requires setting this and source settings in its entirety each time.

@hongalex hongalex requested review from shollyman and a team as code owners October 9, 2024 01:18
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Oct 9, 2024
@@ -122,6 +122,9 @@ func TestTopic_IngestionKinesis(t *testing.T) {
AWSRoleARN: "fake-aws-role-arn",
GCPServiceAccount: "fake-gcp-sa",
},
PlatformLogsSettings: &PlatformLogsSettings{

Choose a reason for hiding this comment

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

nit: Users are allowed to set Platform Logs settings on Kinesis ingestion topics but we don't actually do any platform logging for Kinesis ingestion. Fine with keeping it or removing it.

@michaelpri10
Copy link

LGTM, thanks for quick turnaround!

@hongalex hongalex merged commit c60241f into googleapis:main Oct 14, 2024
8 checks passed
@hongalex hongalex deleted the feat-support-platform-logging branch October 14, 2024 22:42
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