You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add sample project to evaluate cooperative sticky strategy support
test: add unit tests and fix bug in ClusterConfiguration
- Added 3 new test files to improve coverage:
- ConsumerConfigurationBuilderTests.cs
- KafkaConfigTests.cs
- PartitionAssignmentStrategyTests.cs
- Fixed a bug in ClusterConfiguration related to AutoCommitInterval initialization
chore: update AutoCommitInterval to 100ms in Cooperative-sticky sample
- Updated AutoCommitInterval in Cooperative-sticky sample Program.cs to 100ms.
fix: resolve Codacy issues
- Fixed various code quality issues flagged by Codacy.