Created
November 24, 2020 11:18
-
-
Save billydh/991ce681c73ffa1f8c7937c5925ddf31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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