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 0dd668c commit 1fcdedd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ class NsqSink[F[_]: Sync] private (
executorService: ScheduledExecutorService
) extends Sink[F] {

implicit lazy val ec: ExecutionContextExecutorService =
concurrent.ExecutionContext.fromExecutorService(executorService)

var healthStatus = true

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

0 comments on commit 1fcdedd

Please sign in to comment.