Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Features - Improvements

Compare
Choose a tag to compare
@mshero mshero released this 08 Apr 18:28
· 33 commits to master since this release

Important Notes: - none

Version: 0.1.0

Author: - M.Scheepers

Features

  • added $(!OffsetDateTime) keyword with similar semantics as $(!Instant) keyword.
  • added RequestTimeMatcher extension that provides regular expression matching against UTC request time.

Improvements

  • added support for custom X-Rps-TraceId header to callback definitions.
  • callback-simulator now persists callback definitions in the file system to reduce memory footprint of scheduled callbacks for load test scenarios to avoid OOM errors.
  • added ability to configure callback-simulator's thread pool size using SCHEDULED_THREAD_POOL_SIZE environment variable so that it doesn't become a bottle neck in load test scenarios.