Skip to content

Instantly share code, notes, and snippets.

@ivanobulo
Last active March 11, 2019 06:47
Show Gist options
  • Save ivanobulo/ff0c33e750def949f20217dc1c032001 to your computer and use it in GitHub Desktop.
Save ivanobulo/ff0c33e750def949f20217dc1c032001 to your computer and use it in GitHub Desktop.
def writeAll[K : KafkaAvroSerde, V : KafkaAvroSerde](driver: TopologyTestDriver, records: Seq[(K, V)])(
implicit recordFactory: ConsumerRecordFactory[K, V]
) = ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment