Google Cloud Professional Data Engineer — Question 94

You have an Apache Kafka cluster on-prem with topics containing web application logs. You need to replicate the data to Google Cloud for analysis in BigQuery and Cloud Storage. The preferred replication method is mirroring to avoid deployment of Kafka Connect plugins.
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A, as it effectively sets up a mirrored Kafka cluster on GCE without the need for additional Kafka Connect plugins. Options B and D involve using a Pub/Sub connector, which isn't aligned with the requirement to avoid deploying Kafka Connect plugins. Option C also uses a Pub/Sub Source connector, which does not meet the mirroring requirement.