You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
439 B
13 lines
439 B
// 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
|
|
|
|
|