* Event type routing and deserialization issues In Kafka Streams binder, deserialization exception handler does not take effect when event type routing is enabled. Fixing this issue by allowing the applications to use the configured or inferred Serde rather than the byte[] Serde used by the event type router initially. Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2613 * Addressing PR review