DataflowTemplates
DataflowTemplates copied to clipboard
Kafka to BigQuery with SSL
How I can use kafka to bigquery template (https://github.com/GoogleCloudPlatform/DataflowTemplates/tree/master/v2/kafka-to-bigquery or https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/dataflow/flex-templates/kafka_to_bigquery) with SSL Kafka?
I didn't find any configuration to pass SSL files (truststore/keystore) to template.
How I can make this configuration?
We are working on releasing a Kafka template that supports additional security capabilities including SSL and Kerberos. This should be available in this repo later in this quarter.
@sabhyankar Thanks!
@matheusjerico https://github.com/doitintl/dataflow-kafka-to-bq
@sabhyankar any updates on this? Has it been implemented? Found this, but not sure if it covers OPs needs
Any update? Just wonder to change default security.protocol=PLAINTEXT to SSL
@dodywicahyo do you managed to solve an issue somehow?