* Fixed API's config params
prepare_producer() uses two API's:
1. KafkaAdminClient -> creates topics
2. KafkaProducer -> sends events to kafka topic
Both the above API's config parameters are not equivalent, due to this it was not possible to set parameters which are API specific and raises (Unrecognized configs) error. This change makes sure correct configs are passed to the respective API's.