Hello Ataccama Community,
I'm currently using Ataccama One Desktop version 13.9.1, and I'm encountering an error while trying to execute a plan that involves a Kafka Reader component. I have configured a Kafka server(kafka integration) with the following properties:
ssl.truststore.location=LOCATION_TO_TRUSTSTORE
ssl.truststore.password=TRUSTSTORE_PASSWORD
ssl.protocol=TLS
security.protocol=SASL_SSL
sasl.mechanism=GSSAPI
sasl.kerberos.service.name=kafka
sasl.jaas.config=com.sun.security.auth.module.Krb5LoginModule required \
useKeyTab=
true
\
storeKey=
true
\
keyTab=
"LOCATION_OF_THE_KEYTAB"
\
principal=
"USERNAME_HERE@EUROPE.XYZXYZ.CORP"
;
The error message I'm seeing is: "Property with name 'KafkaResources' doesn't exist in com.ataccama.dqc.streaming.KafkaProviderComponent!"
I've reviewed my configuration, but I'm still unable to resolve this issue. Can someone please provide guidance on how to troubleshoot and resolve this error? Any insights or suggestions would be greatly appreciated.
Thank you in advance!