diff options
Diffstat (limited to 'weed/mq/kafka/package.go')
| -rw-r--r-- | weed/mq/kafka/package.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/weed/mq/kafka/package.go b/weed/mq/kafka/package.go new file mode 100644 index 000000000..01743a12b --- /dev/null +++ b/weed/mq/kafka/package.go @@ -0,0 +1,13 @@ +// 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 + + |
