Skip to content

Commit

Permalink
Update nsq/src/main/scala/com.snowplowanalytics.snowplow.collectors.s…
Browse files Browse the repository at this point in the history
…calastream/sinks/NsqSink.scala

Co-authored-by: Benjamin BENOIST <[email protected]>
  • Loading branch information
colmsnowplow and benjben authored Sep 19, 2023
1 parent 91d0c99 commit 0953c90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class NsqSink[F[_]: Sync] private (
topicName: String,
) extends Sink[F] {

var healthStatus = true
@volatile private var healthStatus = true

override def isHealthy: F[Boolean] = Sync[F].pure(healthStatus)

Expand Down

0 comments on commit 0953c90

Please sign in to comment.