Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow registration of RSocket metadata extractors #23645

Merged
merged 1 commit into from Sep 16, 2019

Commits on Sep 16, 2019

  1. Allow registration of RSocket metadata extractors

    Prior to this commit, customizing the extraction of RSocket metadata
    from frames would require developers to override the default
    `MetadataExtractor` while configuring `RSocketStrategies`.
    This touches on many infrastructure parts, whereas the goal is just to
    configure an extra metadata entry extractor using already configured
    codecs.
    
    This commit adds a way to register metadata entry extractors on the
    `RSocketStrategies` builder with a `Consumer`-based API.
    
    Closes spring-projectsgh-23645
    bclozel committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    848804a View commit details
    Browse the repository at this point in the history