Simon Baslé

Results 145 comments of Simon Baslé

@wilkinsona with the broad changes in 1.3.x late 2020, reactor-kafka has been made more stable and maintainable. thanks to @garyrussell and @artembilan, the project is more actively maintained. thus I...

This is unfortunately precisely one limitation of `buffer`-with-timeout: the time-related aspect is a hard constraint (I want to emit a buffer every x time period, no matter what) that doesn't...

I was wondering about how we duplicate code a lot between conditional variants and normal variants. The caveat of making the conditional one extend the normal one, on the other...

do you still feel the need to make progress on this one @OlegDokuka ?

obi-wan-@nitsanw you are my only hope. in the Java 17 timeline, is there a recommendation to avoid false sharing? I've struggled to replace 15 `long` padding fields with 120 `byte`/`boolean`...

This does look like a bug, thanks for reporting @hhassan1 In addition, looking beyond that at the current state of `concatMapDelayError`, I think things are a bit confusing and implementation...

hey @digitalmisfits. I wonder how the `Thread.sleep` plays into that, despite the `boundedElastic` use. The `take(Duration.ofSeconds(1))` approach itself is valid, since removing the concatMap part makes the code run smoothly,...

@Sage-Pierce @digitalmisfits thanks that will help, need to look at both issues

I think there is no way to have a 100% accurate response to the `isHot` question, as per @akarnokd input. Another issue is that this depends (mostly) on source operators,...

@srnagar with all the caveats exposed above, do you still feel that there would be a huge benefit of getting a YES/NO/UNKNOWN type of answer? taking into consideration that this...