Member since
05-23-2017
304
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
17877 | 07-08-2022 11:31 AM |
07-08-2022
02:40 PM
This error indicates that when the existing resources for the application you are moving are added to the currently used resources in the target queue, the total is greater than the Maximum Resources you have configured for the queue.
... View more
07-08-2022
11:31 AM
These errors on the client side usually indicate a security misconfiguration, and based on the broker log messages you sent, I would guess that you have Kerberos enabled for this cluster ("SASL handshake" suggests kerberos is expected). When anything other than PLAINTEXT (no security) is used, you will need to provide a client configuration file specifying the security properties. Since the specific values of those properties would be dependent on your environment, I'd recommend that you review steps 7 and following in the Kafka Security - Enabling Kerberos Authentication documentation. Here is a link to that section https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/kafka_security.html#kafka_kerberos I hope that helps!
... View more