Skip to content

Commit

Permalink
Merge pull request #1 from efcloud/hotfix/metadata-deadline-context-e…
Browse files Browse the repository at this point in the history
…xceeded

A quick fix to stop our CI timing out on metadata fetch.
  • Loading branch information
roman-ef authored Dec 12, 2022
2 parents 6f08dba + 303a561 commit 71e52c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/admin/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ func NewConnector(config ConnectorConfig) (*Connector, error) {
Dial: connector.Dialer.DialFunc,
SASL: mechanismClient,
TLS: tlsConfig,
// Hotfix for https://github.com/segmentio/topicctl/issues/112
MetadataTTL: 10 * time.Minute,
},
}

Expand Down

0 comments on commit 71e52c7

Please sign in to comment.