Skip to content

Instantly share code, notes, and snippets.

@billydh
Last active November 24, 2020 11:23
Show Gist options
  • Save billydh/82dca01c731c039b9609b78e81b3e24c to your computer and use it in GitHub Desktop.
Save billydh/82dca01c731c039b9609b78e81b3e24c to your computer and use it in GitHub Desktop.
package io.codebrews.kotlinkafkadynamodemo
import io.confluent.kafka.schemaregistry.client.MockSchemaRegistryClient
import io.confluent.kafka.serializers.KafkaAvroDeserializer
class MockKafkaAvroDeserializer : KafkaAvroDeserializer(MockSchemaRegistry.client)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment