Roman Osadchuk

Results 9 comments of Roman Osadchuk

@yurishkuro Could you please clarify whether Jaeger is going to support ElasticSearch v8.+? At least, if there are any plans to do so in near times? This issue blocks our...

@yurishkuro @pavolloffay Any thoughts about my previous comment?

@jcchavezs Is this PR good for merging? If yes - please merge it

@jcchavezs Could you please clarify whether Zipkin is going to support MySQL 8 in near future?

@garyrussell I'm using `io.projectreactor.kafka:reactor-kafka:1.3.17`

@garyrussell I have tried with `max.poll.records=5` and `maxDelayRebalance=60s`. As far as I understand, there should be at most 5 events on old consumer when a new one joins to the...

Thats actually it, the issues in this ticket is only reproducible during consumer group rebalance when there is high load on kafka topic (offset lag is ~24k events for topic,...

As I described [here](https://github.com/reactor/reactor-kafka/issues/345#issuecomment-1580672044), reduce of max.poll.records even to 1 does not help, there are still 289 records in pipeline Is there any other option to decrease the depth the...

Hey @garyrussell, I have created minimal reproducible example for you. Please take a look at: https://github.com/ajax-osadchuk-r/kafka-receiver-back-pressure-issue. There are steps to reproduce in readme. BTW, I have noticed that receiver back...