KafkaSchemaRegistryConfig

Specific configuration settings for a Kafka schema registry.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String