diff --git a/kudu/src/main/resources/reference.conf b/kudu/src/main/resources/reference.conf index 988b3cfa6..7727bbfb5 100644 --- a/kudu/src/main/resources/reference.conf +++ b/kudu/src/main/resources/reference.conf @@ -6,6 +6,8 @@ pekko.connectors.kudu { master-address = "" # options: OPTIONAL,REQUIRED_REMOTE,REQUIRED # reference to org.apache.kudu.client.AsyncKuduClient.EncryptionPolicy - encryptionPolicy = "OPTIONAL" + # REQUIRED_REMOTE enforces encryption for remote connections while allowing + # unencrypted connections to localhost (useful for local development/testing) + encryptionPolicy = "REQUIRED_REMOTE" }