pravega / pravega-benchmark

Performance benchmark tool for Pravega
Apache License 2.0
8 stars 22 forks source link

Issue 16: Remove deprecated Pravega API usage #83

Closed RaulGracia closed 4 years ago

RaulGracia commented 4 years ago

Change log description Remove remaining usage of deprecated Pravega APIs.

Purpose of the change Fixes #16.

What the code does While most of the code for Pravega Benchmark has been updated in terms of Pravega APIs usage, there was a point in the code making use of deprecated StreamConfiguration methods. This PR fixes this problem by removing the deprecated calls.

How to verify it Build passes without deprecation warnings.

Signed-off-by: Raúl Gracia raul.gracia@emc.com