-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement EndToEndProducingConsumerGroup Benchmark (#1491)
This commit introduces the `EndToEndProducingConsumerGroup` benchmark, which allows for benchmarking scenarios with producing consumers assigned to multiple consumer groups. Key changes include: - Added `EndToEndProducingConsumerGroup` to the `BenchmarkKind` enum. - Implemented the `ProducingConsumer` actor to handle producing and consuming messages within consumer groups. - Updated command-line arguments to support the new benchmark type. - Modified existing benchmarks to accommodate the new consumer group logic. - Improved logging and error handling for better traceability during execution.
- Loading branch information
Showing
25 changed files
with
507 additions
and
176 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.