• Brian Clozel's avatar
    Add support for CBOR codecs in RSocket · e8d39a15
    Brian Clozel authored
    This commit auto-configures CBOR (see https://cbor.io/) codecs in the
    RSocketStrategies, using Jackson binary format support.
    
    The required dependency is added to the rsocket starter. Binary codecs
    are well suited for RSocket payloads, so this codec is added first to
    the list of codecs (before the JSON one already supported).
    
    Closes gh-16830
    e8d39a15
pom.xml 48.2 KB