Skip to content

Instantly share code, notes, and snippets.

View lukestephenson-zendesk's full-sized avatar

Luke Stephenson lukestephenson-zendesk

View GitHub Profile
@lukestephenson-zendesk
lukestephenson-zendesk / ElasticSearch.scala
Last active June 18, 2020 00:22
Efficient Kafka Consumers workshop
package com.zendesk.zts.search
import com.typesafe.scalalogging.StrictLogging
import monix.execution.Scheduler.Implicits.global
import monix.eval.Task
import monix.execution.atomic.AtomicInt
import scala.concurrent.duration._
import scala.concurrent.Future