Skip to content

Commit

Permalink
Merge pull request #18639 from vbotbuildovich/backport-pr-18635-v24.1…
Browse files Browse the repository at this point in the history
….x-775

[v24.1.x] schema_registry: Make mode_mutability: true by default
  • Loading branch information
BenPope authored May 23, 2024
2 parents 1cae54a + 3a4bb3c commit 90de5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/pandaproxy/schema_registry/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
, schema_registry_replication_factor(
*this,
"schema_registry_replication_factor",
Expand Down

0 comments on commit 90de5a2

Please sign in to comment.