Skip to content

Commit

Permalink
Merge branch 'avro' of github.com:zhangyangyu/tiflow into avro
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu committed May 17, 2022
2 parents fe183c1 + 5a1243b commit 9301ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/cli/cli_changefeed_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (o *createChangefeedOptions) addFlags(cmd *cobra.Command) {
cmd.PersistentFlags().Uint64Var(&o.startTs, "start-ts", 0, "Start ts of changefeed")
cmd.PersistentFlags().StringVar(&o.timezone, "tz", "SYSTEM", "timezone used when checking sink uri (changefeed timezone is determined by cdc server)")
cmd.PersistentFlags().
StringVar(&o.schemaRegistry, "schema-registry", "", "Avro Schema Registry uri")
StringVar(&o.schemaRegistry, "schema-registry", "", "Avro Schema Registry URI")
}

// complete adapts from the command line args to the data and client required.
Expand Down

0 comments on commit 9301ca6

Please sign in to comment.