blob: 1cb5dc8ed6ec8ce27da86744a118e1d0769cc028 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Package kafka provides Kafka protocol implementation for SeaweedFS MQ
package kafka
// This file exists to make the kafka package valid.
// The actual implementation is in the subdirectories:
// - integration/: SeaweedMQ integration layer
// - protocol/: Kafka protocol handlers
// - gateway/: Kafka Gateway server
// - offset/: Offset management
// - schema/: Schema registry integration
// - consumer/: Consumer group coordination
|