Alexander Rashed

Results 8 issues of Alexander Rashed

This PR migrates Kinesis to ASF. It uses the new streaming support in ASF introduced with https://github.com/localstack/localstack/pull/6086. TODO: - [ ] Implement CBOR encoding support in serializer. - [ ]...

aws:kinesis
area: asf

Hey there. When using the sidecar injection of the Jaeger Operator, it checks if the following environment variables are set: - `JAEGER_SERVICE_NAME` - `JAEGER_PROPAGATION` https://github.com/jaegertracing/jaeger-operator/blob/bf1bc275353a0daf99dbebc7a65ea755cd7afaa1/pkg/inject/sidecar.go#L309 However, it only checks if...

bug

This PR enhances the CORS handling for edge routes. This is still in an early stage, but I'm happy for any feedback! :) TODO: - [ ] Move the conditional...

This PR performs a final cleanup of the legacy code in community, which was left after the migration to the new package abstraction introduced in https://github.com/localstack/localstack/pull/6783. It contains the following...

## Motivation This PR contains all changes necessary to upgrade our Python version for the runtime from 3.11 to 3.12. Similar to previous updates: - https://github.com/localstack/localstack/pull/8087 - https://github.com/localstack/localstack/pull/5632 ## Changes...

semver: minor

With the upgrade to the latest version ([`2.1.4`](https://github.com/awslabs/amazon-kinesis-client-python/releases/tag/v2.1.4)) our tests failed with the following error: ``` java.lang.NoSuchMethodError: 'software.amazon.awssdk.services.dynamodb.model.CreateTableRequest$Builder software.amazon.awssdk.services.dynamodb.model.CreateTableRequest$Builder.deletionProtectionEnabled(java.lang.Boolean)' at software.amazon.kinesis.leases.dynamodb.DynamoDBLeaseRefresher.createTableRequestBuilder(DynamoDBLeaseRefresher.java:814) at software.amazon.kinesis.leases.dynamodb.DynamoDBLeaseRefresher.createLeaseTableIfNotExists(DynamoDBLeaseRefresher.java:210) at software.amazon.kinesis.leases.dynamodb.DynamoDBLeaseCoordinator.initialize(DynamoDBLeaseCoordinator.java:215) at software.amazon.kinesis.coordinator.Scheduler.initialize(Scheduler.java:342) at software.amazon.kinesis.coordinator.Scheduler.run(Scheduler.java:316) at...

Currently it is not easily possible to create a rectangular shape from coordinates. This PR simply extends the `get_boundary` function to also accept a tuple for the radius (to define...

Currently, the AWS Replicator extension is using some parts of the LocalStack codebase which is deprecated and about to be removed: - `localstack.utils.server.http2_server.run_server` which is based on `Quart` (which has...