Crate kawadb_broker

Crate kawadb_broker 

Source
Expand description

§Kawa Broker

Kafka互換メッセージブローカーの実装。 高性能なイベントストリーミングプラットフォームを提供。

Re-exports§

pub use config::BrokerConfig;
pub use error::BrokerError;
pub use error::BrokerResult;

Modules§

client
Broker Client (Stub)
config
Broker Configuration
error
Broker Error Types
messaging
Messaging API
protocol
Kafka Protocol Implementation
server
Broker Server

Structs§

BrokerStats
ブローカー統計
ClientId
クライアントID型(Newtypeパターン)
ClientSession
クライアントセッション情報
MessageBroker
Kawa メッセージブローカー
SessionId
セッションID型(Newtypeパターン)