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

Conversation

PrasanthV454
Copy link
Member

@PrasanthV454 PrasanthV454 commented Dec 16, 2022

  • KIP-339 Incremental Alter Configs Implementation.

  • Supporting Set, Remove, Append and Subtract Operations.

@PrasanthV454 PrasanthV454 marked this pull request as ready for review December 20, 2022 10:39
@PrasanthV454 PrasanthV454 requested review from a team and edenhill December 20, 2022 10:40
src/rdkafka.h Outdated Show resolved Hide resolved
@PrasanthV454 PrasanthV454 force-pushed the feature/incremental-alter-KIP339 branch from f202256 to c164e25 Compare February 5, 2023 22:09
@PrasanthV454 PrasanthV454 requested review from emasab, pranavrth and milindl and removed request for edenhill February 6, 2023 08:34
Copy link
Contributor

@milindl milindl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did a first-pass review, will look into this again later

src/rdkafka.h Outdated Show resolved Hide resolved
src/rdkafka.h Outdated Show resolved Hide resolved
src/rdkafka.h Outdated Show resolved Hide resolved
src/rdkafka.h Outdated Show resolved Hide resolved
INTRODUCTION.md Outdated Show resolved Hide resolved
src/rdkafka_admin.c Outdated Show resolved Hide resolved
@emasab emasab force-pushed the feature/incremental-alter-KIP339 branch from 0e2fdf9 to 3c746e5 Compare May 31, 2023 06:38
ConfigEntry before it fails on the broker or
when parsing the result
@emasab emasab force-pushed the feature/incremental-alter-KIP339 branch from 3d1f233 to fddd40e Compare June 1, 2023 09:39
@emasab emasab changed the title incremental alter configs implementation [KIP-339] incremental alter configs implementation Jun 1, 2023
@emasab emasab changed the title [KIP-339] incremental alter configs implementation Incremental alter configs implementation [KIP-339] Jun 1, 2023
rd_kafka_resp_err_t in new functions
incremental alter configs
to rd_kafka_ConfigResource_set_incremental_config
Copy link
Member

@pranavrth pranavrth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First round of review related to example, test and structs. Checking implementation in details.

CHANGELOG.md Outdated Show resolved Hide resolved
examples/incremental_alter_configs.c Outdated Show resolved Hide resolved
examples/incremental_alter_configs.c Show resolved Hide resolved
src/rdkafka.h Show resolved Hide resolved
src/rdkafka_admin.h Show resolved Hide resolved
src/rdkafka.h Show resolved Hide resolved
src/rdkafka_admin.h Outdated Show resolved Hide resolved
src/rdkafka_admin.c Outdated Show resolved Hide resolved
src/rdkafka.h Show resolved Hide resolved
tests/test.c Show resolved Hide resolved
src/rdkafka_admin.c Show resolved Hide resolved
src/rdkafka_request.c Show resolved Hide resolved
src/rdkafka_admin.c Outdated Show resolved Hide resolved
@emasab emasab requested a review from pranavrth June 30, 2023 14:07
src/rdkafka.h Outdated Show resolved Hide resolved
src/rdkafka_admin.c Show resolved Hide resolved
Copy link
Member

@pranavrth pranavrth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Work.

LGTM!

tests only with broker version >= 2.3.0
src/rdkafka_admin.c Outdated Show resolved Hide resolved
@emasab emasab merged commit 53a6a50 into master Jul 10, 2023
2 checks passed
@emasab emasab deleted the feature/incremental-alter-KIP339 branch July 10, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants