arconsis/Eshop-EDA

Find a way on debezium to use TLS broker urls instead of PlainText urls

eldimious opened this issue · 0 comments

Possible solution:

database.sslmode

The above should be added in connector.json
But also we should change data "template_file" "warehouse_connector_initializer" and rest of template_file to point to TLS brokers instead of plainText:
so instead of:

bootstrap_servers       = module.kafka.bootstrap_brokers

we should use:

bootstrap_servers       = module.kafka.bootstrap_brokers_tls