Skip to content

Allow setting dataMimeType for underlying RSocketRequestor #20

Description

@OlgaMaciaszek

Currently, there's no way to specify the mime type while using the BrokerRSocketRequesterBuilder bean created with the BrokerClientAutoConfiguration. Therefore, the dataMimeType for RSocket connector is resolved automatically from available decoders. First non-simple decoder on the list is used, which with the current boot RSocket config will end up resolving to application/cbor.

It would be helpful to allow the user to explicitly specify the data mime type used by the application for RSocket payloads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions