chore(schema): mark routing storage schema readOnly

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
Andrew Mayorov 2023-09-01 19:58:31 +04:00 committed by GitHub
parent ebf13c90ea
commit 4ab5f8374b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1381,6 +1381,7 @@ fields("broker_routing") ->
hoconsc:enum([v1, v2]),
#{
default => v1,
'readOnly' => true,
desc => ?DESC(broker_routing_storage_schema)
}
)}