Skip to content

Instantly share code, notes, and snippets.

@billydh
Last active November 24, 2020 11:23
Show Gist options
  • Save billydh/8dc1e679bcf24075d177b0d85a0e599f to your computer and use it in GitHub Desktop.
Save billydh/8dc1e679bcf24075d177b0d85a0e599f 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.KafkaAvroSerializer
class MockKafkaAvroSerializer : KafkaAvroSerializer(MockSchemaRegistry.client)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment