hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

Replace use of deprecated DirectProcessor

Open edwin-greene opened this issue 3 years ago • 0 comments

Problem

SharedTopicListener uses reactor.core.publisher.DirectProcessor which is deprecated.

Solution

Update SharedTopicListener to use Project Reactor Sinks. Make sure that the Sink implementation is as performant as the DirectProcesser.

Alternatives

No response

edwin-greene avatar Jan 09 '23 16:01 edwin-greene