Need to check if we have terraform resource to create google bigquery sink v2 connector for writing kafka topics to bigquery

Need to check if we have terraform resource to create google bigquery sink v2 connector for writing kafka topics to bigquery. Or if there is any other way to automate this process?

Check out the confluent_connector resource to do this. I don’t see any examples using that specific connector but you can start from one of these examples. Any Type: password config parameters would go in the config_sensitive block, otherwise in the resource’s config_nonsensitive block.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.