Viraj Kanwade

Results 38 comments of Viraj Kanwade

For handling clusters - can we add a flag `cloud.aws.employee-db.isCluster=true` And in https://github.com/spring-attic/spring-cloud-aws/blob/e9e7b8cb158013464caa792b3e2de9cf7179678a/spring-cloud-aws-jdbc/src/main/java/org/springframework/cloud/aws/jdbc/rds/AmazonRdsReadReplicaAwareDataSourceFactoryBean.java#L73 Replace `getDBInstance` with `getDBClusterInstance` which uses `this.amazonRds.describeDBClusters` to get the writer instance and `getReadReplicaIdentifiers` to get read...

so whats the solution for people who want to leverage the auto failover of Aurora RDS? Implement and maintain the convoluted work around available? When there could just be a...

For anyone interested in keeping it simple and wishing to use the spring-cloud-aws-jdbc: https://github.com/virajkanwade/spring-attic-spring-cloud-aws/commit/d0ed817e68f57722e764b83e93a98aabbdc16442 Also a compiled jar available. https://github.com/virajkanwade/spring-attic-spring-cloud-aws/releases/tag/v2.2.7.RELEASE You can use local maven repo for using the jar....

Submitted PR in correct repo https://github.com/awspring/spring-cloud-aws/pull/534

@pgollucci probably referring to https://github.com/aws/aws-cdk/pull/23912

any traction on this? consider this scenario: In the fastapi project main.py, I have the app = FastAPI() I run it with uvicorn.run. Now I have a third party library...

Sorry to comment on a closed issue, but since it is related asking it here. Is there any way to figure out minimum hardware requirements for a model? For ex...

@dantownsend any change in plans for mysql? Thanks

@pgjones thoughts? Thanks https://github.com/getappmap/appmap-python/issues/251#issuecomment-1936750685

@pgjones we were trying to integrate Hypercorn in appmap. https://github.com/getappmap/appmap-python/issues/251#issuecomment-1936750685 But they decided to support only uvicorn. So you can close this if you want to.