wip
This commit is contained in:
parent
e22a34cfbc
commit
053b5a7c04
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class MessagesProcessing {
|
|||
}
|
||||
|
||||
void sendWithoutBuffer(FluxSink<TopicMessageEventDTO> sink, ConsumerRecord<Bytes, Bytes> rec) {
|
||||
buffer(rec);
|
||||
buffer(List.of(rec));
|
||||
flush(sink);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue