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

Adds consumer metadata checking to next requests #5141

Closed
wants to merge 1 commit into from

Commits on Feb 28, 2024

  1. Adds a metadata field to consumer next requests

    When processing the request the server will compare the request's metadata (if any) against the consumer's metadata (in the config) and reject the request with a status 409 if the two do not match (either a value is different or a key in the request is missing in the consumer).
    
    Signed-off-by: Jean-Noël Moyne <jnmoyne@gmail.com>
    jnmoyne committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cd67fa3 View commit details
    Browse the repository at this point in the history