Merged
Conversation
Member
jeremydmiller
commented
Feb 6, 2026
- Runs on push and PR to main branch
- Installs .NET 8, 9, and 10 (tests run on .NET 10 only)
- Starts Kafka container from docker-compose
- Waits for Kafka port 9092 with TCP check before running tests
- 10 minute timeout
- Builds only the Kafka test project to avoid unnecessary compilation
- Runs on push and PR to main branch - Installs .NET 8, 9, and 10 (tests run on .NET 10 only) - Starts Kafka container from docker-compose - Waits for Kafka port 9092 with TCP check before running tests - 10 minute timeout - Builds only the Kafka test project to avoid unnecessary compilation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add GetEffectiveConsumerConfig() and GetEffectiveProducerConfig() to KafkaTopic to ensure topic-specific configs inherit BootstrapServers from parent transport - Fix bug in BuildListenerAsync passing wrong config to CreateConsumer - Update InlineKafkaSender and KafkaSenderProtocol to use effective configs - Add handler discovery to test files so handlers defined in test assembly are found - Fix configure_consumers_and_publishers test setup and assertions All 65 Kafka tests now pass. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Some Kafka tests use PostgreSQL for message persistence, so the container needs to be available for tests to pass. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Configure AutoOffsetReset.Earliest for BatchMessaging consumers to ensure messages published before consumer subscription are not missed - Use Kafka REST API health endpoint (/v3/clusters) instead of TCP port check to ensure broker is fully ready before running tests Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Prevents messages from being missed in CI when published before consumer subscription completes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
These tests have timing issues with Kafka consumer group coordination that cause intermittent failures in CI environments. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This was referenced Feb 11, 2026
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.