Files
seaweedfs/weed
chrislu 26eae1583f Phase 1: Enhanced Kafka Gateway Schema Integration
- Enhanced AgentClient with comprehensive Kafka record schema
  - Added kafka_key, kafka_value, kafka_timestamp, kafka_headers fields
  - Added kafka_offset and kafka_partition for full Kafka compatibility
  - Implemented createKafkaRecordSchema() for structured message storage

- Enhanced SeaweedMQHandler with schema-aware topic management
  - Added CreateTopicWithSchema() method for proper schema registration
  - Integrated getDefaultKafkaSchema() for consistent schema across topics
  - Enhanced KafkaTopicInfo to store schema metadata

- Enhanced Produce API with SeaweedMQ integration
  - Updated produceToSeaweedMQ() to use enhanced schema
  - Added comprehensive debug logging for SeaweedMQ operations
  - Maintained backward compatibility with in-memory mode

- Added comprehensive integration tests
  - TestSeaweedMQIntegration for end-to-end SeaweedMQ backend testing
  - TestSchemaCompatibility for various message format validation
  - Tests verify enhanced schema works with different key-value types

This implements the mq.agent architecture pattern for Kafka Gateway,
providing structured message storage in SeaweedFS with full schema support.
2025-09-11 08:17:18 -07:00
..
2025-08-09 21:47:29 -07:00
2025-07-19 23:56:17 -07:00
2025-08-30 11:15:48 -07:00
2025-08-31 23:31:28 -07:00
2025-08-22 01:15:42 -07:00
2025-09-10 11:04:42 -07:00
2025-08-30 11:15:48 -07:00
2024-06-25 09:18:11 -07:00
2025-08-30 11:15:48 -07:00
2024-02-14 08:26:38 -08:00
2025-07-19 21:43:34 -07:00
2025-03-17 23:13:27 -07:00