Fix: kafka-clone can now ignore directory entries based on /etc/bm/core.conf.
Fix: Do not stack on dir entries without mailbox.
Fix: Skip entries when we are sure that crp-dir-entries has a deletion record.
FEATBL-3105 : Fix: A delay is added during a voluntary shutdown (SIGKILL/SIGTERM), during which the CRP continues to respond to requests while returning a status != 200 on its /health.
FEATBL-3144: Fixes: tx_outbox range deletion could delete
entries that had not yet been written to kafka.
Fix: prevents fast transfers from saturating network bandwidth.
→ mapi.fast-transfer.bytes-per-second (default 5m) in /etc/bm/core.conf can be used to adjust the per-transfer limit.
Fixes: bm-kafka-broker was not correctly using the memory configured in /etc/bm/default|local/bm-kafka.ini.
Fixes: Dataprotect "Null pointer exception" error when exception has no message.
Fixes: the event bus request must be made by the caller, not by the virtual thread.
Fixes: "Null pointer exception" error if modification set returns added/modified elements already deleted ⇒ Improved performance by using "multiple" variants instead of a single get/write/delete.