Skip to content

Commit

Permalink
schema_registry: Make mode_mutability: true by default
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit 0744a21)
  • Loading branch information
BenPope committed Jun 7, 2024
1 parent ede2b9e commit d281d3f
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 d281d3f

Please sign in to comment.