Artem Bilan

Results 616 comments of Artem Bilan

Your `enrich()` doesn't call that `findUserByUsername`. You also don't show what is an input payload. And I don't see to what property you try to set a result of the...

Yeah... You definitely need to learn what is that Enricher pattern. Right now it looks like you trying to do something with it which is essentially a `transform()`: you just...

You still use `enrich()` a wrong way. You are fully missing its purpose: you request some extra info and you have to populate it into the output. There is no...

You need to step back and see if just a `transform()` is OK for you. Because from your explanation it sounds like you got a full `User` as a result...

Yes, we know that this repo has to have more love for Java DSL samples. Unfortunately we don't have enough resources to support everything around in a smooth manner. Regarding...

Sure! You know I won't mind if you try to transfer that my sandbox over here as PRs. 😄

Moved to Spring Integration Extensions project since this request is not relevant for the core project. The contribution on the matter is welcome: https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc! Thank you!

I probably agree with you and we really need to dedicate some time to improve this repo. Your suggestion fully make sense at a glance. The Loanshark is a part...

I'm not ready to answer yet, but I disagree for `reactive` and `non-reactive` dividing: some modules has both of them, some don't (or cannot). As well as `xml` and `java`...

Yeah... All of these just sound like your own preferences. It doesn't mean that the way you see it is going to helpful for other people. It is great that...