Skip to content

Commit

Permalink
correcting datatype from int8 to int and enclosing prop name in doubl…
Browse files Browse the repository at this point in the history
…e quotes
  • Loading branch information
mbhagwat-tibco committed Jan 8, 2021
1 parent 70c20d6 commit da3a20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsar/connection/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ type Settings struct {
AthenzAuthentication map[string]string `md:"athenzAuth"`
JWT string `md:"jwt"`
AllowInsecure bool `md:"allowInsecure"`
ConnectionTimeout int8 `md:connTimeout`
OperationTimeout int8 `md:opTimeout`
ConnectionTimeout int `md:"connTimeout"`
OperationTimeout int `md:"opTimeout"`
}

type PulsarConnection struct {
Expand Down

0 comments on commit da3a20b

Please sign in to comment.