-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
Description
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.
Implementation ideas
No response