Skip to content

Commit

Permalink
Merge pull request #1 from paxosglobal/SSL-579
Browse files Browse the repository at this point in the history
SSL 579 | Hotfix for Metadata TTL error
  • Loading branch information
cameronfleet-paxos authored Dec 12, 2022
2 parents 6f08dba + a809ee5 commit 99bd11f
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 99bd11f

Please sign in to comment.