Syed Ali
Syed Ali
Hi There, Is there way to pass environment variables to React app? In our application we need to pass an environment variable to React app. Usually in React app the...
## Purpose To allow ECS service discovery to work with multiple containers in ECS task definition. ## References References #542 ## Changes Introduced optional `akka.discovery.aws-api-ecs.container-name` config to provide container name...
In our `ECS` (with `Fargate`) task we have two containers running, one is `Akka` application and other is a `sidecar` container. The `ECSServiceDiscovery` successfully resolves the IP addresses of both...
Hi There, Do you have any example how to use `embedded-postgres` with Junit5 and use custom database instead of default `postgres` database? Regards, Syed Ali
Hi, This is a question rather than an issue, is it possible to use `BeforeAndAfterAll` with the step definition? Regards, Syed Farhan Ali
References #3253 Work in progress, still needs to add more tests and documentations. Code style is copied from AWS S3 connector.
### Short description Alpakka connector for Azure Storage ### Details There is no connector for Azure Storage (which works same way as AWS S3). We need this connector for one...
Hi There, I am getting `java.lang.NoClassDefFoundError: javax/net/ssl/SSLException` (link to [PR](https://github.com/sfali/grpc-rest-gateway/actions/runs/12340439202/job/34437894911?pr=39)) when running [ScalaFmt standalone library](https://scalameta.org/scalafmt/docs/installation.html#standalone-library). I tried open [issue](https://github.com/scalameta/scalafmt/issues/4611) with it was suggested to open issue with coursier. Any idea...