Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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. 


Keep the questions coming,

Cy Jervis | Senior Manager, Knowledge Programs

if (helpful) { mark_as_solution(); } | if (appreciated) { give_kudos(); }