aws-samples / amazon-managed-service-for-apache-flink-examples

Collection of code examples for Amazon Managed Service for Apache Flink
MIT No Attribution
39 stars 20 forks source link

Comment-out ssl.truststore.location from Kafka connector examples #70

Open nicusX opened 2 weeks ago

nicusX commented 2 weeks ago

Comment out ssl.truststore.location from KafkaConnectors and Kafka-SASL_SSL-ConfigProviders examples, unnecessary when using MSK. Explain trustore is not required when the server certificate is signed by a publicly trusted CA, as it happens with MSK. Explain how to pass truststore if your Kafka cluster uses self-signed certificates