Skip to content

Commit

Permalink
[issue 3839][doc] Document default of schema-autoupdate-strategy : FU…
Browse files Browse the repository at this point in the history
…LL (apache#3842)

The documentation was missing default value for the cli property *schema-autoupdate-strategy compatibilty*

Added the missing documentation
  • Loading branch information
shiv4289 authored and merlimat committed Mar 19, 2019
1 parent a057a14 commit 83c448c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site2/docs/reference-pulsar-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ $ pulsar-admin namespaces set-schema-autoupdate-strategy tenant/namespace option
Options
|Flag|Description|Default|
|----|---|---|
|`-c`, `--compatibility`|Compatibility level required for new schemas created via a Producer. Possible values (Full, Backward, Forward, None).||
|`-c`, `--compatibility`|Compatibility level required for new schemas created via a Producer. Possible values (Full, Backward, Forward, None).|Full|
|`-d`, `--disabled`|Disable automatic schema updates.|false|


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ $ pulsar-admin namespaces set-schema-autoupdate-strategy tenant/namespace option
Options
|Flag|Description|Default|
|----|---|---|
|`-c`, `--compatibility`|Compatibility level required for new schemas created via a Producer. Possible values (Full, Backward, Forward).||
|`-c`, `--compatibility`|Compatibility level required for new schemas created via a Producer. Possible values (Full, Backward, Forward).|Full|
|`-d`, `--disabled`|Disable automatic schema updates.|false|


Expand Down

0 comments on commit 83c448c

Please sign in to comment.