moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.32k stars 818 forks source link

Use SerDes for H2 storage of retained messages #828

Closed andsel closed 7 months ago

andsel commented 7 months ago

Release notes

[rn:skip]

What does this PR do?

Switch serializer of Retained messages in H2 store to also handle MQTT properties. Implement a new H2 DataType for Retained Message.

Why is it important/What is the impact to the user?

Checklist

Author's Checklist

How to test this PR locally

Related issues

Use cases