* Check HeaderMapper bean with a well known name * If a custom bean name for header mapper is not provided through the binder property headerMapperBeanName, then look for a header mapper bean with the name kafkaHeaderMapper. * Add tests to verify Resolves #749 * Addressing PR review comments