KafkaSchemaRegistryConfig
Specific configuration settings for a Kafka schema registry.
Types
Properties
Link copied to clipboard
An array of access configuration objects that tell Lambda how to authenticate with your schema registry.
Link copied to clipboard
The record format that Lambda delivers to your function after schema validation.
Link copied to clipboard
The URI for your schema registry. The correct URI format depends on the type of schema registry you're using.
Link copied to clipboard
An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.
Functions
Link copied to clipboard
inline fun copy(block: KafkaSchemaRegistryConfig.Builder.() -> Unit = {}): KafkaSchemaRegistryConfig