* Address immutability changes for the call to `Consumed#withTimestampExtractor`. * In 3.7.0, this call returns a new instance of `Consumed` as oppposed to mutating the existing instance in the previous versions. Address this change in behavior in the Kafka Streams binder. Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2922