quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.63k stars 2.64k forks source link

Support for protobuff in quarkus-messaging-rabbitmq #43442

Open Damounet opened 1 week ago

Damounet commented 1 week ago

Description

As discussed on Zulip here : https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/RabbitMQ.20Protobuff.20Serialisation.20unknownFields

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

quarkus-bot[bot] commented 1 week ago

/cc @cescoffier (reactive-messaging), @ozangunalp (reactive-messaging)

quarkus-bot[bot] commented 1 week ago

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.