pravega / openmessaging-benchmark

Internal version of OpenMessaging Benchmark with Pravega integration
Apache License 2.0
4 stars 6 forks source link

Improve efficiency of customizing payload for pravega #82

Open dada-dell-emc opened 1 year ago

dada-dell-emc commented 1 year ago

As a part of PR https://github.com/pravega/openmessaging-benchmark/pull/80, we introduced CustomPayloadUtils class and method customizePayload which customizes submitted payload for pravega. The current implementation has room for improvement specifically reading the payload and modifying payload attributes.