<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Getting error on NIFI PublishKafka, he client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369208#M240425</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104739"&gt;@AndreyKravtsov&lt;/a&gt;&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our experts&amp;nbsp; &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11191"&gt;@araujo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81193"&gt;@Babasaheb&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2023 08:59:08 GMT</pubDate>
    <dc:creator>VidyaSargur</dc:creator>
    <dc:date>2023-04-24T08:59:08Z</dc:date>
    <item>
      <title>Getting error on NIFI PublishKafka, he client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369152#M240400</link>
      <description>&lt;P&gt;Hello everybody&amp;nbsp;&lt;BR /&gt;Trying to connect NIFI Server to Kafka broker&lt;BR /&gt;Use kerberous and SSL_SASL&lt;BR /&gt;Get error from java :&lt;/P&gt;
&lt;P&gt;Failed to process session due to Failed to construct kafka producer; Processor Administratively Yielded for 1 sec: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user&lt;BR /&gt;↳ causes: org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user&lt;BR /&gt;↳ causes: org.apache.kafka.common.KafkaException: Failed to construct kafka producer&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Already checked some number of Topics here on cloudera but cant find anything that work for me&lt;/P&gt;
&lt;P&gt;Someone can help?&lt;/P&gt;
&lt;P&gt;log error of NIFI :&lt;/P&gt;
&lt;P&gt;2023-04-23 16:19:52,826 INFO org.apache.kafka.clients.producer.ProducerConfig: ProducerConfig values:&lt;BR /&gt;acks = 0&lt;BR /&gt;batch.size = 16384&lt;BR /&gt;block.on.buffer.full = false&lt;BR /&gt;bootstrap.servers = [ddbkafka01.restest.bank:9093]&lt;BR /&gt;buffer.memory = 33554432&lt;BR /&gt;client.id =&lt;BR /&gt;compression.type = none&lt;BR /&gt;connections.max.idle.ms = 540000&lt;BR /&gt;interceptor.classes = null&lt;BR /&gt;key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer&lt;BR /&gt;linger.ms = 0&lt;BR /&gt;max.block.ms = 5000&lt;BR /&gt;max.in.flight.requests.per.connection = 5&lt;BR /&gt;max.request.size = 5242880&lt;BR /&gt;metadata.fetch.timeout.ms = 60000&lt;BR /&gt;metadata.max.age.ms = 300000&lt;BR /&gt;metric.reporters = []&lt;BR /&gt;metrics.num.samples = 2&lt;BR /&gt;metrics.sample.window.ms = 30000&lt;BR /&gt;partitioner.class = class org.apache.nifi.processors.kafka.pubsub.Partitioners$RoundRobinPartitioner&lt;BR /&gt;receive.buffer.bytes = 32768&lt;BR /&gt;reconnect.backoff.ms = 50&lt;BR /&gt;request.timeout.ms = 30000&lt;BR /&gt;retries = 0&lt;BR /&gt;retry.backoff.ms = 100&lt;BR /&gt;sasl.jaas.config = [hidden]&lt;BR /&gt;sasl.kerberos.kinit.cmd = /usr/bin/kinit&lt;BR /&gt;sasl.kerberos.min.time.before.relogin = 60000&lt;BR /&gt;sasl.kerberos.service.name = kafka&lt;BR /&gt;sasl.kerberos.ticket.renew.jitter = 0.05&lt;BR /&gt;sasl.kerberos.ticket.renew.window.factor = 0.8&lt;BR /&gt;sasl.mechanism = GSSAPI&lt;BR /&gt;security.protocol = SASL_SSL&lt;BR /&gt;send.buffer.bytes = 131072&lt;BR /&gt;ssl.cipher.suites = null&lt;BR /&gt;ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]&lt;BR /&gt;ssl.endpoint.identification.algorithm = null&lt;BR /&gt;ssl.key.password = [hidden]&lt;BR /&gt;ssl.keymanager.algorithm = SunX509&lt;BR /&gt;ssl.keystore.location = /opt/poc/nifi/kafka_broker.keystore.jks&lt;BR /&gt;ssl.keystore.password = [hidden]&lt;BR /&gt;ssl.keystore.type = JKS&lt;BR /&gt;ssl.protocol = TLS&lt;BR /&gt;ssl.provider = null&lt;BR /&gt;ssl.secure.random.implementation = null&lt;BR /&gt;ssl.trustmanager.algorithm = PKIX&lt;BR /&gt;ssl.truststore.location = /opt/poc/nifi/CA.change-it.truststore.jks&lt;BR /&gt;ssl.truststore.password = [hidden]&lt;BR /&gt;ssl.truststore.type = JKS&lt;BR /&gt;timeout.ms = 30000&lt;BR /&gt;value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer&lt;BR /&gt;2023-04-23 16:19:52,826 DEBUG org.apache.kafka.common.metrics.Metrics: Added sensor with name bufferpool-wait-time&lt;BR /&gt;2023-04-23 16:19:52,826 DEBUG org.apache.kafka.common.metrics.Metrics: Added sensor with name buffer-exhausted-records&lt;BR /&gt;2023-04-23 16:19:52,826 DEBUG org.apache.kafka.clients.Metadata: Updated cluster metadata version 1 to Cluster(id = null, nodes = [ddbkafka01.restest.bank:9093 (id: -1 rack: null)], partitions = [])&lt;BR /&gt;2023-04-23 16:19:52,827 INFO org.apache.kafka.clients.producer.KafkaProducer: Closing the Kafka producer with timeoutMillis = 0 ms.&lt;BR /&gt;2023-04-23 16:19:52,827 DEBUG org.apache.kafka.clients.producer.KafkaProducer: The Kafka producer has closed.&lt;BR /&gt;2023-04-23 16:19:52,827 ERROR org.apache.nifi.processors.kafka.pubsub.PublishKafka_0_10: PublishKafka_0_10[id=c1bb3e58-9535-12a0-bcce-09382fecf9e2] Failed to process session due to org.apache.kafka.common.KafkaException: Failed to construct kafka producer; Processor Administratively Yielded for 1 sec: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user&lt;BR /&gt;↳ causes: org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user&lt;BR /&gt;↳ causes: org.apache.kafka.common.KafkaException: Failed to construct kafka producer&lt;BR /&gt;org.apache.kafka.common.KafkaException: Failed to construct kafka producer&lt;BR /&gt;at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:342)&lt;BR /&gt;at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:166)&lt;BR /&gt;at org.apache.nifi.processors.kafka.pubsub.PublisherPool.createLease(PublisherPool.java:61)&lt;BR /&gt;at org.apache.nifi.processors.kafka.pubsub.PublisherPool.obtainPublisher(PublisherPool.java:56)&lt;BR /&gt;at org.apache.nifi.processors.kafka.pubsub.PublishKafka_0_10.onTrigger(PublishKafka_0_10.java:313)&lt;BR /&gt;at org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27)&lt;BR /&gt;at org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1273)&lt;BR /&gt;at org.apache.nifi.controller.tasks.ConnectableTask.invoke(ConnectableTask.java:214)&lt;BR /&gt;at org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:103)&lt;BR /&gt;at org.apache.nifi.engine.FlowEngine$2.run(FlowEngine.java:110)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Caused by: org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user&lt;BR /&gt;at org.apache.kafka.common.network.SaslChannelBuilder.configure(SaslChannelBuilder.java:94)&lt;BR /&gt;at org.apache.kafka.common.network.ChannelBuilders.create(ChannelBuilders.java:93)&lt;BR /&gt;at org.apache.kafka.common.network.ChannelBuilders.clientChannelBuilder(ChannelBuilders.java:51)&lt;BR /&gt;at org.apache.kafka.clients.ClientUtils.createChannelBuilder(ClientUtils.java:84)&lt;BR /&gt;at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:305)&lt;BR /&gt;... 16 common frames omitted&lt;BR /&gt;Caused by: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user&lt;BR /&gt;at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:944)&lt;BR /&gt;at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:764)&lt;BR /&gt;at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:618)&lt;BR /&gt;at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at javax.security.auth.login.LoginContext.invoke(LoginContext.java:755)&lt;BR /&gt;at javax.security.auth.login.LoginContext.access$000(LoginContext.java:195)&lt;BR /&gt;at javax.security.auth.login.LoginContext$4.run(LoginContext.java:682)&lt;BR /&gt;at javax.security.auth.login.LoginContext$4.run(LoginContext.java:680)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)&lt;BR /&gt;at javax.security.auth.login.LoginContext.login(LoginContext.java:587)&lt;BR /&gt;at org.apache.kafka.common.security.authenticator.AbstractLogin.login(AbstractLogin.java:58)&lt;BR /&gt;at org.apache.kafka.common.security.kerberos.KerberosLogin.login(KerberosLogin.java:109)&lt;BR /&gt;at org.apache.kafka.common.security.authenticator.LoginManager.&amp;lt;init&amp;gt;(LoginManager.java:55)&lt;BR /&gt;at org.apache.kafka.common.security.authenticator.LoginManager.acquireLoginManager(LoginManager.java:83)&lt;BR /&gt;at org.apache.kafka.common.network.SaslChannelBuilder.configure(SaslChannelBuilder.java:86)&lt;BR /&gt;... 20 common frames omitted&lt;BR /&gt;2023-04-23 16:19:52,827 WARN org.apache.nifi.controller.tasks.ConnectableTask: Administratively Yielding PublishKafka_0_10[id=c1bb3e58-9535-12a0-bcce-09382fecf9e2] due to uncaught Exception: org.apache.kafka.common.KafkaException: Failed to construct kafka producer&lt;BR /&gt;org.apache.kafka.common.KafkaException: Failed to construct kafka producer&lt;BR /&gt;at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:342)&lt;BR /&gt;at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:166)&lt;BR /&gt;at org.apache.nifi.processors.kafka.pubsub.PublisherPool.createLease(PublisherPool.java:61)&lt;BR /&gt;at org.apache.nifi.processors.kafka.pubsub.PublisherPool.obtainPublisher(PublisherPool.java:56)&lt;BR /&gt;at org.apache.nifi.processors.kafka.pubsub.PublishKafka_0_10.onTrigger(PublishKafka_0_10.java:313)&lt;BR /&gt;at org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27)&lt;BR /&gt;at org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1273)&lt;BR /&gt;at org.apache.nifi.controller.tasks.ConnectableTask.invoke(ConnectableTask.java:214)&lt;BR /&gt;at org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:103)&lt;BR /&gt;at org.apache.nifi.engine.FlowEngine$2.run(FlowEngine.java:110)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Caused by: org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user&lt;BR /&gt;at org.apache.kafka.common.network.SaslChannelBuilder.configure(SaslChannelBuilder.java:94)&lt;BR /&gt;at org.apache.kafka.common.network.ChannelBuilders.create(ChannelBuilders.java:93)&lt;BR /&gt;at org.apache.kafka.common.network.ChannelBuilders.clientChannelBuilder(ChannelBuilders.java:51)&lt;BR /&gt;at org.apache.kafka.clients.ClientUtils.createChannelBuilder(ClientUtils.java:84)&lt;BR /&gt;at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:305)&lt;BR /&gt;... 16 common frames omitted&lt;BR /&gt;Caused by: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user&lt;BR /&gt;at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:944)&lt;BR /&gt;at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:764)&lt;BR /&gt;at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:618)&lt;BR /&gt;at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at javax.security.auth.login.LoginContext.invoke(LoginContext.java:755)&lt;BR /&gt;at javax.security.auth.login.LoginContext.access$000(LoginContext.java:195)&lt;BR /&gt;at javax.security.auth.login.LoginContext$4.run(LoginContext.java:682)&lt;BR /&gt;at javax.security.auth.login.LoginContext$4.run(LoginContext.java:680)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)&lt;BR /&gt;at javax.security.auth.login.LoginContext.login(LoginContext.java:587)&lt;BR /&gt;at org.apache.kafka.common.security.authenticator.AbstractLogin.login(AbstractLogin.java:58)&lt;BR /&gt;at org.apache.kafka.common.security.kerberos.KerberosLogin.login(KerberosLogin.java:109)&lt;BR /&gt;at org.apache.kafka.common.security.authenticator.LoginManager.&amp;lt;init&amp;gt;(LoginManager.java:55)&lt;BR /&gt;at org.apache.kafka.common.security.authenticator.LoginManager.acquireLoginManager(LoginManager.java:83)&lt;BR /&gt;at org.apache.kafka.common.network.SaslChannelBuilder.configure(SaslChannelBuilder.java:86)&lt;BR /&gt;... 20 common frames omitted&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 08:55:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369152#M240400</guid>
      <dc:creator>AndreyKravtsov</dc:creator>
      <dc:date>2023-04-24T08:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error on NIFI PublishKafka, he client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369174#M240409</link>
      <description>&lt;P&gt;If you have some info that you want to share I will happy to get message here&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 04:59:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369174#M240409</guid>
      <dc:creator>AndreyKravtsov</dc:creator>
      <dc:date>2023-04-24T04:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error on NIFI PublishKafka, he client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369208#M240425</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104739"&gt;@AndreyKravtsov&lt;/a&gt;&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our experts&amp;nbsp; &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11191"&gt;@araujo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81193"&gt;@Babasaheb&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 08:59:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369208#M240425</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-04-24T08:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error on NIFI PublishKafka, he client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369257#M240446</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104739"&gt;@AndreyKravtsov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to the article below to&amp;nbsp;Integrating Apache NiFi and Apache Kafka [1]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1]&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Community-Articles/Integrating-Apache-NiFi-and-Apache-Kafka/ta-p/247433" target="_blank"&gt;https://community.cloudera.com/t5/Community-Articles/Integrating-Apache-NiFi-and-Apache-Kafka/ta-p/247433&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This example is with the PLAINTEXT Kafka protocol. It looks like you are using SSL/TLLS for kafka. You should check whether you are using SSL or SASL_SSL protocol for kafka from CM &amp;gt;&amp;gt; Kafka conf and created a StandardSSLContextService controller setting and update with Kafka Keystore and Truststore details. You can refer the below article for details [2]:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[2]&amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Support-Questions/Need-help-with-SSL-config-in-Nifi-ConsumeKafka/td-p/320594" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/Need-help-with-SSL-config-in-Nifi-ConsumeKafka/td-p/320594&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, refer the following articles for more details:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] - &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.17.0/org.apache.nifi.processors.standard.InvokeHTTP/index.html" target="_blank" rel="noopener"&gt;https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.17.0/org.apache.nifi.processors.standard.InvokeHTTP/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[2] - &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-ssl-context-service-nar/1.20.0/org.apache.nifi.ssl.StandardSSLContextService/index.html" target="_blank" rel="noopener"&gt;https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-ssl-context-service-nar/1.20.0/org.apache.nifi.ssl.StandardSSLContextService/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;If this information helped you, then it will be appreciated if you will take a moment to click on KUDOS &lt;SPAN class="s1"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 13:05:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-on-NIFI-PublishKafka-he-client-is-being-asked/m-p/369257#M240446</guid>
      <dc:creator>Babasaheb</dc:creator>
      <dc:date>2023-04-24T13:05:20Z</dc:date>
    </item>
  </channel>
</rss>

