Oleg Zhurakousky

Results 137 comments of Oleg Zhurakousky

Based on comments from https://github.com/spring-cloud/spring-cloud-dataflow/pull/1498 the proposed approach is not feasible. Perhaps need to come up with something clever on the deployer(s) side to be able to communicate to the...

That is yet another valid point @markfisher. Basically now I believe there are two types of enhancements here. That may require an additional flag since one should be able to...

FWIW, attribute prefixes are only relevant on the edges while in the application space they carry no value, hence having canonical or no-prefix (which is a form of canonical) would...

@dsyer perhaps we can standardize on `target_protocol` header as we are already relying on it [here](https://github.com/spring-cloud/spring-cloud-function/blob/master/spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/message/MessageUtils.java#L45)

Test channel binder was never designed for these type of features. While I am not against supporting it it would not be of high priority, so would be ideal for...

Well, I am still having a bit of an issue with this. The `autoStartup` contract is provided and guaranteed by the framework, so we (Spring) test it. So why do...

Greenwich? That is spring-cloud. I think you meant Fishtown. Outside of what's available in SI, no there is nothing in Fishtown

Can you please create a small application that reproduces the issue and push it to GitHub somewhere so we can take a look. It is hard to understand based on...

Closing it due to lack of followup from the reporter

The behavior is intentional but will only happen if you have single bean of type Function, Consumer or Supplier. If you have multiple, non will be bound without providing `spring.cloud.function.definition`...