Skip to content

Conversation

Degfy
Copy link
Member

@Degfy Degfy commented May 25, 2025

dapeng added 19 commits May 9, 2025 12:54
- Add Kafka support with new package and providers for SyncProducer, AsyncProducer, and Consumer
- Add RocketMQ support with new package and necessary dependencies
- Include unit tests for Kafka configuration and provider functions
…ndpoint to 8080

- Update API endpoint from http://localhost:9090 to http://localhost:8080
- Update Prometheus example instructions to use new endpoint
- Add LoadConsumerGroup function for loading sarama.ConsumerGroup
- Implement ProvideConsumerGroup function for creating sarama.ConsumerGroup- Update gone-io/gone dependency to v2.2.2
- Remove gone-io/gone/mock/v2 dependency
- Add test case for sending and receiving messages with consumer group
- Add Kafka setup step in GitHub Actions workflow
- Refactor Kafka consumer handler for better message processing
- Update test configuration to use localhost and add consumer settings
- Improve test logic for sending and receiving messages
- Change 'localhost:9092' to '127.0.0.1:9092' in the Kafka provider test
- This modification aims to ensure consistent test behavior across different environments
…eners

- Change KAFKA_CFG_ADVERTISED_LISTENERS from localhost to 127.0.0.1
- This modification ensures consistent network configuration for Kafka
- Add kafka network to broker service
- Create a bridge network named 'kafka'
- Remove unused comments for Etcd service
- Reorder steps to group similar actions together
- Move Kafka setup to a separate step before Consul
- Add Kafka service configuration directly in the workflow file
- Remove separate docker-compose file for Kafka
- Update Kafka container settings for better integration with the CI environment
- Remove unused imports from kafka/go.mod
- Update golang.org/x/sync to v0.7.0 in rocket/go.mod
- Remove unused imports from rocket/go.mod
- Add rocketmq consumer and producer implementation
- Include unit tests for consumer and producer
- Set up docker-compose for rocketmq testing environment
- Update code coverage configuration to exclude examples
- Update rocketmq-clients/golang to v5.1.2
- Add testify and mock for testing
- Update other dependencies to latest versions
- Add Kafka integration in goner/mq/kafka
- Add RocketMQ integration in goner/mq/rocket
- Update README and README_CN to include new message queue components
This commit introduces MQTT integration for the Gone framework, including client management, configuration, and testing. The integration supports multiple MQTT client instances, automatic connection handling, and comprehensive testing with mock and integration tests. The changes include new files for client management, configuration, and testing, along with README documentation for usage and setup.
…upport

Introduce RabbitMQ integration package with support for producers and consumers. Includes configuration management, connection handling, and message publishing/consuming functionality. Added integration tests, documentation, and CI/CD updates to support RabbitMQ service in workflows.
- Add language switch links in RabbitMQ README files
- Include RabbitMQ and MQTT integration in README_CN.md and README.md
- Improve wording and formatting in RabbitMQ README.md
@Degfy Degfy added this to gone plan May 25, 2025
@Degfy Degfy self-assigned this May 25, 2025
Copy link

codecov bot commented May 25, 2025

Codecov Report

Attention: Patch coverage is 99.12281% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
mq/rocket/provider.go 96.29% 2 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ
mq/kafka/load.go 100.00% <100.00%> (ø)
mq/kafka/provider.go 100.00% <100.00%> (ø)
mq/mqtt/load.go 100.00% <100.00%> (ø)
mq/mqtt/provider.go 100.00% <100.00%> (ø)
mq/rabbitmq/load.go 100.00% <100.00%> (ø)
mq/rabbitmq/provider.go 100.00% <100.00%> (ø)
mq/rocket/load.go 100.00% <100.00%> (ø)
mq/rocket/provider.go 96.29% <96.29%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Degfy Degfy merged commit c575f04 into main May 25, 2025
6 of 7 checks passed
@Degfy Degfy deleted the feature/mq/rocket branch May 25, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant