Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Additional settings file in Kafka message client

Options
RajeshU
RajeshU Posts: 19

What is the format of the additinal settings file which needs to be used when security protocol is SASL_PLAINTEXT and SASL_SSL. I tried creating a file with extension as .config with following values in the file ,

KafkaClient {
org.apache.kafka.common.security.plain.PlainLoginModule required
username="admin"
password="admin-secret";
};

But i keep getting the error "Could not find a Kafka client entry in the JAAS configuration". Please let me know how the additional settings file needs to be setup and what is the extension of the file to be used to over come this error.

Tagged:

Answers

Tagged