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

[UPDATED] Added json tags to KeyValueConfig struct to behave consistently with the StreamConfig one #1630

Merged
merged 3 commits into from
May 16, 2024

Commits on May 9, 2024

  1. added json tags to KeyValueConfig struct like StreamConfig one

    Signed-off-by: Mattia Barbisan <pricelessrabbit@gmail.com>
    pricelessrabbit committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e797a1b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. - updated "replicas" tag to "num_replicas" to match stream config

    - udpated "omitempty" options to match the object store config ones
    
    Signed-off-by: Mattia Barbisan <pricelessrabbit@gmail.com>
    pricelessrabbit committed May 13, 2024
    Configuration menu
    Copy the full SHA
    40e61ee View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fixed duplicated omitempty tag

    Signed-off-by: Mattia Barbisan <pricelessrabbit@gmail.com>
    pricelessrabbit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a3836c7 View commit details
    Browse the repository at this point in the history