Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

kafka consumer not working

avatar
Explorer

Good morning,

 

I installed kafka in CDH 5.13 and  I can run my producer successfully but when I run my consumer I have the following error:

 

 

org.apache.kafka.common.errors.GroupAuthorizationException: Not authorized to access group: console-consumer-35643

 

 

 

Any help pls ?

 

1 ACCEPTED SOLUTION

avatar
Explorer
Solution : c'est un probleme lié à l'autorisation des "Consumergroup"
Une solution: Executer par exemple la commande
kafka-sentry -gpr -r test -p "Host <ton host>=>Consumergroup=*->action=ALL"

View solution in original post

2 REPLIES 2

avatar
Explorer
Solution : c'est un probleme lié à l'autorisation des "Consumergroup"
Une solution: Executer par exemple la commande
kafka-sentry -gpr -r test -p "Host <ton host>=>Consumergroup=*->action=ALL"

avatar
Community Manager

Congratulations on solving the issue. Can you please mark the appropriate reply as the solution to your issue. This way it can assist others facing a similar situation. 


Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.