I can produce & consume message on the same topic now. The exception below is mainly with the Default settings on the Kafka topic. If we select Specific or All then it just works fine. I m not sure why with Default settings it's throwing "No authorized group error". Can you please check and provide us a valid reason?
| Exception:
============================================================================
| Message: Not authorized to access group: [GROUPID]
----------------------------------------------------------------------------
| Trapped Exception: Not authorized to access group: [GROUPID]
| Trapped Message: org.apache.kafka.common.errors.GroupAuthorizationException: Not authorized to access group: [GROUPID]
----------------------------------------------------------------------------
STACK TRACE
org.apache.kafka.common.errors.GroupAuthorizationException: Not authorized to access group: [GROUPID]
Release : 10.7.2
While selecting Partition Assignment in Consumer configuration :
1) If you choose partition to default then DevTest generates a random anonymous GroupId for the consumer.
2). If you select specific then DevTest doesn't generate any GroupId it will be blank by default.
3) If you select All then DevTest doesn't generate any GroupID it will be blank by default.
If your kafka environment has a valid GroupID, please check with your admin. If the Group doesn't exist , you will get the above error.