quarkusio / quarkus

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

Support for protobuff in quarkus-messaging-rabbitmq #43442

Open Damounet opened 1 month ago

Damounet commented 1 month ago

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

quarkus-bot[bot] commented 1 month ago

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

quarkus-bot[bot] commented 1 month 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.