smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
Pulsar: out of direct buffer memory during failure handling with nack strategy and DLQ while pool message is enabled.
It looks like message release introduced by @michalcukierman in https://github.com/smallrye/smallrye-reactive-messaging/pull/2584 is required to avoid memory leak. That change is fixing out of memory issue but it breaks DLQ functionality because of bug in pulsar.
PR with fix