Open Damounet opened 1 month ago
/cc @cescoffier (reactive-messaging), @ozangunalp (reactive-messaging)
You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip
This message is automatically generated by a bot.
Description
As discussed on Zulip here : https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/RabbitMQ.20Protobuff.20Serialisation.20unknownFields
edit: link to reproducer as zulip conv has expired https://github.com/Damounet/quarkus-rabbitmq-protobuff
The extension quarkus-messaging-rabbitmq does not have a native support for protobuff entities.
As a workaround, converting the message toByteArray() and emiting a byte[] stream does the trick for the moment but, having a proper bean convertion would be a nice addition.
@ozangunalp
Implementation ideas
No response