Files
seaweedfs/weed/mq/kafka/package.go
chrislu b7ba6785a2 go fmt
2025-10-27 23:04:55 -07:00

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