Crate tansu_model

Crate tansu_model 

Source
Expand description

Structures representing Kafka JSON protocol definitions.

This crate converts Kafka JSON protocol definitions into structures that can be easily used during the Tansu Sans I/O build process.

Re-exports§

pub use error::Error;

Modules§

error
wv

Structs§

CommonStruct
Field
Kafka message field schema
FieldMeta
Kafka API message field metadata
HeaderMeta
Kind
The Kafka field kind (type).
KindMeta
Message
MessageMeta
Kafka API message metadata.
Version
The validity, deprecation and flexible version ranges of a Kafka API message.
VersionRange
A range of versions.

Enums§

Listener
The listener for this message type.
MessageKind
Model request and response types only

Type Aliases§

Result