[kafka-redis-messages] Update dependencies, align with OTel/DD best p…#177
Draft
[kafka-redis-messages] Update dependencies, align with OTel/DD best p…#177
Conversation
…ractices - Update Go OTel SDK to v1.33.0, dd-trace-go to v1.69.1, IBM/sarama - Update Java Spring Boot to 3.2.5, Kafka clients to 3.7.0, Jedis to 5.1.2 - Update OTel Java API to 1.36.0, Gradle to 8.6 - Migrate DD variant to IBM/sarama and redis/go-redis/v9 - Align with OTel messaging semantic conventions (span naming, attributes) - Add W3C Trace Context + Baggage composite propagator for correct context propagation - Add proper OTel SDK initialization with resource attributes and graceful shutdown - Switch from raw Jedis to JedisPool for connection pooling in all Java variants - Add Redis connection pool configuration in Go (PoolSize, MinIdleConns) - Add health checks for all services in docker-compose files - Add resource limits (memory) to all docker-compose services - Standardize Dockerfiles with multi-stage builds and distroless base images - Add .env.example documenting required DD_API_KEY - Improve Kafka consumer error handling and graceful shutdown (SIGTERM) - Add DD-specific comments explaining trace context mapping and configuration - Document DD_TRACE_OTEL_ENABLED and DD_TRACE_PROPAGATION_STYLE settings - Standardize application.properties across all variants Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ractices
What does this PR do?
Motivation