@Anurag Mishra
Try changing the Kafka Logging level to ERROR
Ambari UI --> Kafka --> Configs --> Advanced --> "Advanced kafka-log4j"
Inside this file can you try changing the following INFO level to ERROR (to suppress INFO & WARN messages)
Default:
log4j.logger.kafka=INFO, kafkaAppender
Change it as following:
log4j.logger.kafka=ERROR, kafkaAppender
.