Skip to content

Commit

Permalink
commenting close
Browse files Browse the repository at this point in the history
  • Loading branch information
dselans committed Mar 14, 2024
1 parent d613528 commit eb7ef21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/gcppubsub/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (g *GCPPubSub) Relay(ctx context.Context, relayOpts *opts.RelayOptions, rel
if err != nil {
return errors.Wrap(err, "kafka.Relay(): unable to create new streamdal client")
}
defer sc.Close()
// defer sc.Close()
// streamdal sdk END

var m sync.Mutex
Expand Down
2 changes: 1 addition & 1 deletion backends/kafka/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (k *Kafka) Relay(ctx context.Context, relayOpts *opts.RelayOptions, relayCh
if err != nil {
return errors.Wrap(err, "kafka.Relay(): unable to create new streamdal client")
}
defer sc.Close()
// defer sc.Close()
// streamdal sdk END

llog := k.log.WithFields(logrus.Fields{
Expand Down

0 comments on commit eb7ef21

Please sign in to comment.