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

Incremental alter configs implementation [KIP-339] #4110

Merged
merged 34 commits into from
Jul 10, 2023

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    5451d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb808a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c6b6b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af9b012 View commit details
    Browse the repository at this point in the history
  5. latest changes update

    PrasanthV454 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c164e25 View commit details
    Browse the repository at this point in the history
  6. removed temp files

    PrasanthV454 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    a9f24f9 View commit details
    Browse the repository at this point in the history
  7. removed temp files

    PrasanthV454 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    de30be6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3db3b75 View commit details
    Browse the repository at this point in the history
  9. style errors fixed

    PrasanthV454 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    da3d4f1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    74f053d View commit details
    Browse the repository at this point in the history
  2. Upgrade IncrementalAlterConfigs version to 1

    and AlterConfigs version to 2
    emasab committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0abdca2 View commit details
    Browse the repository at this point in the history
  3. Address comments

    emasab committed May 30, 2023
    Configuration menu
    Copy the full SHA
    98816ed View commit details
    Browse the repository at this point in the history
  4. Documentation fixes

    emasab committed May 30, 2023
    Configuration menu
    Copy the full SHA
    96f13bb View commit details
    Browse the repository at this point in the history
  5. Add example

    emasab committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e295a28 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. CMake fix

    emasab committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3c746e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Fail early on duplicate ConfigResource or

    ConfigEntry before it fails on the broker or
    when parsing the result
    emasab committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    fddd40e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Return rd_kafka_error_t * instead of

    rd_kafka_resp_err_t in new functions
    emasab committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c33e72b View commit details
    Browse the repository at this point in the history
  2. Doxygen fixes

    emasab committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fd23815 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Changelog entry

    emasab committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9991b3c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Use single function for all the

    incremental alter configs
    emasab committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e80b257 View commit details
    Browse the repository at this point in the history
  2. Rename rd_kafka_ConfigResource_incremental_alter_config

    to rd_kafka_ConfigResource_set_incremental_config
    emasab committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a63ca7f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    d81c161 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Address comments

    emasab committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    fd209ae View commit details
    Browse the repository at this point in the history
  2. rd_kafka_AlterOperation_t doc

    emasab committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c462e01 View commit details
    Browse the repository at this point in the history
  3. Remove previous never really used

    rd_kafka_AlterOperation_t
    emasab committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b233fea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82c8278 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Revert broker option to default if

    altering broker configs
    emasab committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    17c0a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0d852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6976690 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0370ad0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Incremental alter configs integration

    tests only with broker version >= 2.3.0
    emasab committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ee26cd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Rename set_incremental_config

    to add_incremental_config
    emasab committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9cbc19d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    f88940c View commit details
    Browse the repository at this point in the history
  2. Changelog contribution

    emasab committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    df55c44 View commit details
    Browse the repository at this point in the history