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§
- Broker
Stats - ブローカー統計
- Client
Id - クライアントID型(Newtypeパターン)
- Client
Session - クライアントセッション情報
- Message
Broker - Kawa メッセージブローカー
- Session
Id - セッションID型(Newtypeパターン)