Skip to content

Instantly share code, notes, and snippets.

@ayushi24041992
Last active June 3, 2019 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayushi24041992/6c718d8a3a0bf4151226088534e9f50d to your computer and use it in GitHub Desktop.
Save ayushi24041992/6c718d8a3a0bf4151226088534e9f50d to your computer and use it in GitHub Desktop.
class KafkaProducerImpl extends KafkaProducerApi {
private val producer = new KafkaProducer[String, Notification](setKafkaProperties)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment