Skip to content

Commit

Permalink
adding fixme note
Browse files Browse the repository at this point in the history
Signed-off-by: Beau Croteau <beau.croteau@spyderbat.com>
  • Loading branch information
bc-sb committed Nov 7, 2022
1 parent 8118561 commit 3b1e7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion outputs/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ type Client struct {
DogstatsdClient *statsd.Client
GCPTopicClient *pubsub.Topic
GCPCloudFunctionsClient *gcpfunctions.CloudFunctionsClient
httpClientLock sync.Mutex
// FIXME: this lock requires a per-output usage lock currently if headers are used -- needs to be refactored
httpClientLock sync.Mutex

GCSStorageClient *storage.Client
KafkaProducer *kafka.Writer
Expand Down

0 comments on commit 3b1e7c0

Please sign in to comment.