Hi @Krishna_Agrawal,
A java.lang.NoClassDefFoundError indicates that you are missing required classes to use the Kafka connector.
Its not clear from your post how you have installed the connector, please review the installation documentation. It appears you are not using the uber jar and therefore are missing classes.
Ross