This commit is contained in:
Andrea Cavalli 2022-10-31 14:06:25 +01:00
parent c5d3627970
commit e5712361e0
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ public abstract class ReactiveApiPublisher {
// Buffer requests to avoid halting the event loop
.doOnNext(clientBoundEvent -> clientBoundEvents.increment())
.transform(ReactorUtils.onBackpressureBufferSubscribe(Paths.get(""),
"client-bound-resulting-events",
"client-bound-resulting-events-" + userId,
false,
new ClientBoundEventSerializer(),
new ClientBoundEventDeserializer()