Skip to content

Instantly share code, notes, and snippets.

View kchandan's full-sized avatar
🎯
Focusing

Chandan Kumar kchandan

🎯
Focusing
View GitHub Profile
@fancellu
fancellu / ConsumerExample.scala
Last active November 28, 2024 13:00
Kafka Producer/Consumer Example in Scala
import java.util
import org.apache.kafka.clients.consumer.KafkaConsumer
import scala.collection.JavaConverters._
object ConsumerExample extends App {
import java.util.Properties