Dan Zatloukal
Dan Zatloukal
### Observed behavior Stream (STREAM_B_Q) with a single consumer and retention set to `WorkQueue` reporting non zero message count after all messages are consumed and acknowledged by said consumer. This...
The algorithm for generating Avro Union types did not match the Avro specification: https://avro.apache.org/docs/1.11.1/specification/#names **Issue:** Union properties with additional "undefined" namespace in the property name. ```typescript export interface RootRecord {...
**What this PR does**: The "old" `go1.x` runtime is being deprecated. Changes the CMD server-less build tooling to be compatible with the "new" AWS lambda run-times **by default**. The "new"...
The algorithm for generating Avro Union types did not match the Avro specification: https://avro.apache.org/docs/1.11.1/specification/#names **Issue:** Union properties with additional "undefined" namespace in the property name. ```typescript export interface RootRecord {...
Running artillery `run-fargate` command via docker. I encounter the following error when adding a **custom flow function** which uses **any** `node_module` dependency: ``` ERROR: Could not resolve "" ``` Full...