Skip to content

Instantly share code, notes, and snippets.

@ivanobulo
Last active March 11, 2019 06:47
Show Gist options
  • Save ivanobulo/5ce3949c778a7a4f129150a6c74469fd to your computer and use it in GitHub Desktop.
Save ivanobulo/5ce3949c778a7a4f129150a6c74469fd to your computer and use it in GitHub Desktop.
def writeAll[K, V](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