This commit is contained in:
iliax 2023-08-07 17:25:49 +04:00
parent e22a34cfbc
commit 053b5a7c04

View file

@ -109,7 +109,7 @@ class MessagesProcessing {
}
void sendWithoutBuffer(FluxSink<TopicMessageEventDTO> sink, ConsumerRecord<Bytes, Bytes> rec) {
buffer(rec);
buffer(List.of(rec));
flush(sink);
}