Manit Gupta
Manit Gupta
Hi, We are using `pg_query_go` as a dependency for [harbourbridge](https://github.com/cloudspannerecosystem/harbourbridge). When I vendor in `pg_query_go` using `go mod vendor`, I get a missing C header error: ``` ⇪manitgupta:🏠hb_main/harbourbridge#>go mod vendor...
Hey All, The imported the two dependencies for golang as follows - ``` import ( "fmt" goflow "github.com/s8sg/goflow/v1" flow "github.com/s8sg/goflow/flow/v1" ) ``` and then `go mod tidy`, but I get...
## Is your feature request related to a problem? Please describe. Our usecase is very much similar to https://github.com/temporalio/ui/issues/911, with the difference that we plan to run the temporal server...
As part of #322 `zap` structured logging library has been integrated into HarbourBridge. We now need to fix the logging in Harbourbridge which is currently done through three mechanisms: 1....
Add support for configuring [SessionPoolOptions](https://googleapis.dev/nodejs/spanner/latest/google.spanner.executor.v1.SessionPoolOptions.html) in SpannerAccessor. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the...
1. Adds ability to specify a private connectivity configuration for the end-to-end infrastructure setup Terraform template. Private connectivity requires sensitive permissions hence the users might want to set it up...
Adds a terraform template for reverse replication for sharded MySQL. Tested in VPC and non-VPC environments. Uses `null_resource` to create and destroy changestreams via terraform since Spanner does not expose...
This should only be merged once #1840 is merged.