Skip to content

Instantly share code, notes, and snippets.

@ivanobulo
Last active March 11, 2019 06:17
Show Gist options
  • Save ivanobulo/d23575ce9817aca7491beb975f3bd305 to your computer and use it in GitHub Desktop.
Save ivanobulo/d23575ce9817aca7491beb975f3bd305 to your computer and use it in GitHub Desktop.
trait KafkaAvroSerde[T] {
def keySerde: Serde[T]
def valueSerde: Serde[T]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment