Pedro Rodríguez Iglesias

Results 10 comments of Pedro Rodríguez Iglesias

There is a Github action who can automate a PR to another repository https://github.com/marketplace/actions/pull-request-another-repository

Hi @ShantiSumanth We have problems reading the config from a jaas.conf file, try to set the kafka client auth from the jaas.conf file in the java.security.auth.login.config property of the java...

Hi @ShantiSumanth, We will review the problem again and you will be in formed as soon as we made some improvement.

Hi again @ShantiSumanth, We figured out that you are still using the jass.conf file, you need to write the config like this. ![imagen](https://user-images.githubusercontent.com/102519591/167836300-36286c13-3e98-4fc2-bc63-da9a2ab2def5.png)

Hello again @ShantiSumanth. We will review again your problem and inform you about any improvement as soon as posible

Hi @ShantiSumanth, Adding to what @jemacineiras said you need to add to the _java.security.auth.login.config_ the serviceName field like this: `org.apache.kafka.common.security.plain.PlainLoginModule required serviceName="yourServiceName" username="(xxxxx)" password="(+dljlsjfl)";`

Hi @ShantiSumanth, Every version is deployed automatically to [maven central repository](https://search.maven.org/artifact/net.coru/kloadgen), you can download the latest version from there.

Hello @ShantiSumanth, We have tested the connection and we had no problems adding to the _java.security.auth.login.config_ the absolute path of the jaas file and the connection string directly in that...

Hello @ShantiSumanth, Have you tested the configuration above?

Hello @ShantiSumanth We will look into it