Skip to main content

Crate tansu_schema

Crate tansu_schema 

Source
Expand description

Schema

Schema includes the following:

  • Validation of Kafka messages with an AVRO, JSON or Protobuf schema

Modules§

avro
AVRO schema
json
JSON schema
lake
Data Lake: Delta, Iceberg or Parquet
proto
Protocol Buffer message schema

Structs§

Builder
Registry

Enums§

Error
Error
Schema

Traits§

AsJsonValue
Convert a Batch into a JSON value
AsKafkaRecord
Convert a JSON message into a Kafka record
Generator
Generate a record
Validator
Validate a Batch with a Schema

Type Aliases§

Result