Andre Cowie

Results 13 comments of Andre Cowie

Good issue was stumbling across how to do this. Thanks for raising this! +1

Kafkalog4jappender needs more verbose documentation thats for sure

Thanks @sfc-gh-wfateem: ``` Apr 26 10:42:50 hostname connect-distributed[396254]: [2024-04-26 10:42:50,460] INFO [SF_KAFKA_CONNECTOR] Establishing a JDBC connection with url:jdbc:snowflake://account_name.region_name.snowflakecomputing.com:443 (com.snowflake.kafka.connector.internal.SnowflakeConnectionServiceV1:46) Apr 26 10:42:50 hostname connect-distributed[396254]: javax.net.ssl|DEBUG|08|pool-4-thread-4|2024-04-26 10:42:50.787 NZST|Utilities.java:120|account_name.region_name.snowflakecomputing.com" is not a...

Sorry I just changed the account name and region name for security reasons, they do have hyphens I am only seeing ClientHellos and ServerHello's after the error for client-telemetry.snowflakecomputing.com and...

Yea @sfc-gh-wfateem Using the same snowflake connector version, however the cluster it is working on is a apache kafka cluster running on java ``` java -version openjdk version "11.0.17" 2022-10-18...

Have duplicated the java.security file from the working cluster to confluent platform and still not working. Perhaps it could be to do with truststore the connect is using? (Just a...

I installed it with: `confluent-hub install snowflakeinc/snowflake-kafka-connector:2.2.1` so i am assuming yes.

Version 7.6.0 installed via ansible: SSL and Secrets Enabled as well. ``` control_center_authentication_type: basic control_center_basic_users: admin: principal: admin password: "{{ sasl_password_admin }}" roles: client,developer,admin secrets_protection_enabled: true secrets_protection_security_file: ~/ansible-confluent/security.properties ssl_enabled: true...

``` If you want to use the confluent local commands, you must have Java 11 or 8 installed (version strings 1.11 or 1.8). Java 17 is the recommended Java version...

Thank so much for your help on this issue @sfc-gh-wfateem let me know how your investigation on the ciphers go. I will be eagerly anticipating a reply.