Artem Bilan

Results 616 comments of Artem Bilan

Closed in favor of: https://github.com/spring-projects/spring-kafka/pull/3286. Plus there is going to be a respective fix in Spring Integration.

See also `org.springframework.core.SpringVersion` impl. It is probably may fail in case of shading, however in this case we may just fall back and don't provide such a `null` value for...

I see that `SpringBootVersion` has it explicitly set. The source code for that is like this: https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot/src/main/javaTemplates/org/springframework/boot/SpringBootVersion.java. They have a Gradle task for that template: https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot/build.gradle#L153-L159 So, you might be...

We are still gathering ideas how to implement this feature. I'm fine with both variants. And I'd prefer the the `SpringVersion` since I don't believe that shading is a good...

See some related discussion here: https://github.com/reactor/reactor-kafka/issues/321. I think even if we don't something in the framework for simple operators, those `flatMap`, `concatMap` in the end-user code must be instrumented respectively.

Thanks @ScottDennison , for the pointer ! Well, that's really unfortunate for this library to lose a whole bunch of users... We can live with that in the future when...

Sorry, I don't support this project. I also need Windows for my target solutions based on this project. Not sure why you ask me to do something... That's exactly my...

I'm not fully sure what is going on here. Would you mind to share more info, use-cases, some samples? If you have already an idea in your mind how to...

Well, it is a bit different, than what is explained in the official AWS docs: https://docs.aws.amazon.com/sns/latest/dg/sns-large-payload-raw-message-delivery.html. But probably I still didn't get it and they talk about whatever is inside...

OK. So, probably there is no any clues in the incoming SQS message to determine that it was raw or not. Then the logic remains with a custom transformer downstream...