
Ultimate access to all questions.
NO.37 You have Google Cloud Dataflow streaming pipeline running with a Google Cloud Pub/Sub subscription as the source. You need to make an update to the code that will make the new Cloud Dataflow pipeline incompatible with the current version. You do not want to lose any data when making this update. What should you do?
Explanation:
When you need to make code changes that make a new Dataflow pipeline incompatible with the current version while ensuring no data loss, the recommended approach is:
Option B is correct because:
Why other options are incorrect:
This approach is part of Google Cloud's recommended practice for zero-downtime pipeline updates with incompatible changes.