Browse Source
Consumer group operations (coordinator discovery, offset fetch/commit) are slower in CI environments with limited resources. This increases timeouts to: - ProduceMessages: 10s -> 30s (for when consumer groups are active) - ConsumeWithGroup: 30s -> 60s (for offset fetch/commit operations) Fixes the TestOffsetManagement timeout failures in GitHub Actions CI.pull/7329/head
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue