check for throttling issue in grafana kafka cannot process messages >1MB so verify if the messages size is less than that. in case if the messages> 1MB then use better compression technique and split the messages with sequencing and publish the messages as chunks in the consumer we need to segregate the chunks to retrieve the original message.