// 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