Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sdojjy committed Feb 1, 2023
1 parent 428ddce commit 2afd9d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sink/kafka/v2/kafka-go-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ func NewKafkaGoClient(ctx context.Context, options *pkafka.Options) (pkafka.Clie
return nil, errors.Trace(err)
}
tlsConfig, err := completeSSLConfig(options)
if err != nil {
return nil, errors.Trace(err)
}
transport := &kafka.Transport{
SASL: mechanism,
ClientID: clientID,
Expand Down

0 comments on commit 2afd9d7

Please sign in to comment.