fix
This commit is contained in:
parent
c5d3627970
commit
e5712361e0
@ -224,7 +224,7 @@ public abstract class ReactiveApiPublisher {
|
|||||||
// Buffer requests to avoid halting the event loop
|
// Buffer requests to avoid halting the event loop
|
||||||
.doOnNext(clientBoundEvent -> clientBoundEvents.increment())
|
.doOnNext(clientBoundEvent -> clientBoundEvents.increment())
|
||||||
.transform(ReactorUtils.onBackpressureBufferSubscribe(Paths.get(""),
|
.transform(ReactorUtils.onBackpressureBufferSubscribe(Paths.get(""),
|
||||||
"client-bound-resulting-events",
|
"client-bound-resulting-events-" + userId,
|
||||||
false,
|
false,
|
||||||
new ClientBoundEventSerializer(),
|
new ClientBoundEventSerializer(),
|
||||||
new ClientBoundEventDeserializer()
|
new ClientBoundEventDeserializer()
|
||||||
|
Loading…
Reference in New Issue
Block a user