Yevhen Tsyba

Results 1 issues of Yevhen Tsyba

As a result of the investigation https://github.com/reactor/reactor-kafka/issues/70#issuecomment-483623412 I found out client cannot handle errors in this case. **Steps to reproduce:** 1. Minor change to [project](https://github.com/malinovskiy-alex/proxy/): ```java return sender.send(Mono.just(SenderRecord.create(new ProducerRecord(topicName, null,...