mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 16:53:14 +08:00
12 lines
437 B
Go
12 lines
437 B
Go
// 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
|