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

kafka: fix handling redpanda.remote.delete in AlterConfigs #7922

Merged
merged 3 commits into from
Dec 23, 2022

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Dec 22, 2022

This was being matched, but a missing continue meant we fell through to the unmatched error path.

Fixes #7921

Backports Required

  • none - not a bug fix
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v22.3.x
  • v22.2.x
  • v22.1.x

UX Changes

Release Notes

Bug Fixes

  • Fix setting redpanda.remote.delete topic property via the legacy AlterConfig API (this API was deprecated in Kafka 2.3.0, but is supported for backward compatibility)

@jcsp jcsp marked this pull request as ready for review December 22, 2022 13:37
@jcsp jcsp requested a review from VladLazar December 22, 2022 13:37
@jcsp jcsp added kind/bug Something isn't working area/cloud-storage Shadow indexing subsystem and removed area/redpanda labels Dec 22, 2022
This was being matched, but a missing `continue` meant
we fell through to the unmatched error path.

Fixes redpanda-data#7921
...and raise exceptions on when it fails.

This is a deprecated API but we still need to test it, and
fortunately KCL still includes it.
@jcsp
Copy link
Contributor Author

jcsp commented Dec 23, 2022

CI failure is #7874

@jcsp jcsp merged commit 4b9a6f2 into redpanda-data:dev Dec 23, 2022
@jcsp jcsp deleted the issue-7921-alter-config branch December 23, 2022 17:02
@jcsp
Copy link
Contributor Author

jcsp commented Dec 23, 2022

/backport v22.3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem area/redpanda kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

redpanda.remote.delete works with IncrementalAlterConfig but not AlterConfig
2 participants