Artem Bilan

Results 616 comments of Artem Bilan

Well, the behavior is correct: I've just misled you a little bit. See `Ordered.getOrder()` JavaDocs: ``` /** * Get the order value of this object. * Higher values are interpreted...

Thanks, Gary, for feedback and correction. True, it must be something like this: ``` ``` Yes, it is also better to use a custom error channel for each specific case...

Thank you for confirmation, @nikhilvasaikar , that we are on the same page with a compromise we are trying to find over here. What you are saying about custom executor,...

Closed as `Invalid`

Isn't this chapter not enough: https://docs.spring.io/spring-integration/reference/html/#spring-integration-introduction?

I suggest to align the impl with existing Avro transformers - `SimpleFromAvroTransformer` & `SimpleToAvroTransformer`: `FromProtobufTransformer` and `ToProtobufTransformer`. We also might borrow some ideas from Spring Cloud Function to support gRPC...

The project is based mostly on the community-driver-feedback. So, if there is no demand for Elasticsearch, then there is no support in the project. But it doesn't mean that we...

Sure, @migroskub ! We are just short-handed over here in our team for the project. Plus I'm not familiar with Elasticsearch to jump into an implementation immediately. Therefore I'm asking...

@rolkhas2 , there is just not Elasticsearch support in this project yet, therefore no docs on the matter. This issue is exactly about implementing those and document them properly.

Yes, we may consider that as a contribution, for example like `spring-integration-postgresql` and `spring-integration-oracle` to implement those vendor-specific features. It might be not as a store impl, but rather just...