Closed alexrashed closed 2 years ago
With https://github.com/localstack/localstack/pull/6494, previous test failures were fixed. This PR tries to address the remaining pipeline issues which have been introduced with https://github.com/localstack/localstack-java-utils/pull/93. It simply adds a small check to wait for a Kinesis stream to become active before performing PutAction operations.
PutAction
With https://github.com/localstack/localstack/pull/6494, previous test failures were fixed. This PR tries to address the remaining pipeline issues which have been introduced with https://github.com/localstack/localstack-java-utils/pull/93. It simply adds a small check to wait for a Kinesis stream to become active before performing
PutAction
operations.