-
Notifications
You must be signed in to change notification settings - Fork 205
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
docs(samples): Update Topic with Kinesis Ingestion Settings #1123
Conversation
mukund-ananthu
commented
Mar 14, 2024
- Add code to demonstrate updating a topic with Kinesis Ingestion Settings
- IngestionDataSourceSettings were added as an attribute to Topic here
Here is the summary of changes. You are about to add 1 region tag.
You are about to delete 1 region tag.
This comment is generated by snippet-bot.
|
89590df
to
e01d3f1
Compare
samples/snippets/publisher.py
Outdated
gcp_service_account: str, | ||
) -> None: | ||
"""Update Pub/Sub topic with AWS Kinesis Ingestion Settings.""" | ||
# [START pubsub_quickstart_update_topic_kinesis_ingestion] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this region tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Add code to demonstrate updating a topic with Kinesis Ingestion Settings IngestionDataSourceSettings were added as an attribute to Topic [here](https://github.com/googleapis/googleapis/blob/65277ddce9caa1cfd1a0eb7ab67980fc73d20b50/google/pubsub/v1/pubsub.proto#L316)
3bbc869
to
332ed86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed for Pub/Sub side, want review for Python style.
@parthea PTAL when free. |