GoogleCloudPlatform / python-docs-samples

Code samples used on cloud.google.com
Apache License 2.0
7.46k stars 6.45k forks source link

docs(samples): Add Dataflow snippet to read from multiple Kafka topics #12530

Closed VeronicaWasson closed 2 months ago

VeronicaWasson commented 2 months ago

Description

Shows how to build a Dataflow pipeline that reads from multiple Kafka topics, filters based on the topic name, and performs different application logic per topic.

Snippet bug: b/362325397

Related doc bug: b/342015050

Checklist

snippet-bot[bot] commented 2 months ago

Here is the summary of changes.

You are about to add 1 region tag. - [dataflow/snippets/read_kafka_multi_topic.py:16](https://github.com/VeronicaWasson/python-docs-samples/blob/f175d5bee7dad32d8af7bc90737f962daca6fda4/dataflow/snippets/read_kafka_multi_topic.py#L16), tag `dataflow_kafka_read_multi_topic`

This comment is generated by snippet-bot. If you find problems with this result, please file an issue at: https://github.com/googleapis/repo-automation-bots/issues. To update this comment, add snippet-bot:force-run label or use the checkbox below:

VeronicaWasson commented 2 months ago

LGTM! But there seems to be a merge conflict that needs resolving.

thanks!