* GH-1140: CommonErrorHandler per consumer binding Setting CommonErrorHandler on consumer binding through its bean name. If present, binder will resolve this bean and assign it on the listener container. Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1140 * Addressing PR review