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

schema_registry: Make mode_mutability: true by default #18635

Merged

Conversation

BenPope
Copy link
Member

@BenPope BenPope commented May 22, 2024

schema_registry: Make mode_mutability: true by default

Backports Required

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

Release Notes

  • none

Signed-off-by: Ben Pope <ben@redpanda.com>
@BenPope BenPope requested a review from a team as a code owner May 22, 2024 20:27
@BenPope BenPope self-assigned this May 22, 2024
@BenPope BenPope added the area/schema-registry Schema Registry service within Redpanda label May 22, 2024
@@ -32,7 +32,7 @@ configuration::configuration()
{},
{},
config::endpoint_tls_config::validate_many)
, mode_mutability(*this, "mode_mutability", "Allow modifying mode", {}, false)
, mode_mutability(*this, "mode_mutability", "Allow modifying mode", {}, true)
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't do this for node config as it currently isn't exported, but the properties automation script might benefit from it:

Suggested change
, mode_mutability(*this, "mode_mutability", "Allow modifying mode", {}, true)
, mode_mutability(
*this,
"mode_mutability",
"Allow modifying mode",
{.visibility = config::visibility::tunable},
true)

@BenPope BenPope merged commit 594c3ed into redpanda-data:dev May 23, 2024
19 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v24.1.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda area/schema-registry Schema Registry service within Redpanda
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants