Rishabh Verma
Rishabh Verma
Draft of all the changes with tests. I will iterate over it one more time before asking for review but wanted to check if the changes are backward compatible.
This draft PR demonstrates the exactly once subscriber sample using the new `SubscriptionHandler` . The library changes are yet not released so the code will not compile and hence tests...
This draft PR contains the following: - First pass at the integration tests for PostgreSQL dialect. - Created a base class SpannerTestDatabaseBase from which SpannerTestDatabase and SpannerTestDatabasePostgreSql derives. - Added...
This is identified in the code review of #8973 In the existing code for non-exactly once delivery, the recoverable errors like DeadlineExceeded are retried. This shouldn't be the case. Acks/modacks...
# Issue with OpenTelemetry.Exporter.Stackdriver 1.0.0-beta.4 The exporter isn't compatible with the latest version of Google Cloud Client libraries that depend on Google.LongRunning. The exporter uses an old version of Google.Cloud.Monitoring.V3....
# Issue with OpenTelemetry.Exporter.Stackdriver The current name of exporter is `Stackdriver`. However, this name is no longer used by [Google Cloud](https://cloud.google.com/products/operations). This creates a discoverability issue for new developers who...
Hi folks, This is more of a question about documentation than anything else. I am unable to use the `Microsoft.VisualStudio.LanguageServer.Client.ILanguageClient` implementation in my extension as I need to modify the...
Hi @jskeet, Please have a look when you are back. Please let me know your suggestions/feedback and I will incorporate that. This will currently fail because of GAX dependency.
Hi @jskeet, Please have a look when you are back. Please let me know your suggestions/feedback and I will incorporate that and raise a new one.