Skip to content

Instantly share code, notes, and snippets.

@billydh
Created November 24, 2020 11:18
Show Gist options
  • Save billydh/991ce681c73ffa1f8c7937c5925ddf31 to your computer and use it in GitHub Desktop.
Save billydh/991ce681c73ffa1f8c7937c5925ddf31 to your computer and use it in GitHub Desktop.
package io.codebrews.kotlinkafkadynamodemo
import io.confluent.kafka.schemaregistry.client.MockSchemaRegistryClient
object MockSchemaRegistry {
val client = MockSchemaRegistryClient()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment