feat: Update Consumer Simulator to be more memory efficient #404
Labels
Feature Enhancement
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Simulator
Issue related to Block Stream Simulator
As a Consumer Simulator User
I want to be able to consume the 10k TPS recording of real data with the setting
blockStream.millisecondsPerBlock=500
without running out of memory in the simulator.So that I can confirm end-to-end BN streaming.
protoc
types if possible.Tech Notes
4.2.0-SNAPSHOT
. Here's how you can get these HTTP/2 fixes to run the 10k TPS recording successfully from the producer -> BN -> consumer:git clone [email protected]:helidon-io/helidon.git && cd helidon && mvn install -DskipTests
settings.gradle.kts
changeval helidonVersion = "4.1.1"
to `val helidonVersion = "4.2.0-SNAPSHOT"The text was updated successfully, but these errors were encountered: