micronaut-gcp icon indicating copy to clipboard operation
micronaut-gcp copied to clipboard

Integration between Micronaut and Google Cloud Platform (GCP)

Results 77 micronaut-gcp issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.zipkin.gcp:brave-propagation-stackdriver](https://togithub.com/openzipkin/zipkin-gcp) | `2.2.2` -> `2.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zipkin.gcp:brave-propagation-stackdriver/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency-upgrade

### Expected Behavior Documentation should be consistent, and work without issue ### Actual Behaviour We're trying to implement tracing in a GCP deployed application and have hit two related issues...

As it currently stands, the OptionFilterTest TCK test has to be excluded from the gcp-function-http-test TCK test suite. This is because gcp-function-http-test does not provide a method of altering the...

### Feature description With Micronaut 4, how context propagation works (specifically something like SFL4J's MDC) was reworked using a new API documented [here](https://docs.micronaut.io/latest/guide/#contextPropagation). It doesn't appear as though the GCP...

### Feature description GCP PubSub publishers and consumers by default will infinitely retry remote GRCP calls to GCP services for the majority of errors that occur during those calls. Following...

### Feature description The current recommendation from Google for handling Service-to-Service authentication is to make use of the GCP credentials classes, which can more smoothly handle building the necessary OAuth...

### Expected Behavior Cloud application should start ### Actual Behaviour Cloud application fails to start with exception `Message: getTransportChannel() called when needsExecutor() is true` ### Steps To Reproduce - [...

### Expected Behavior I am not expecting any warnings. ### Actual Behaviour I am seeing a warning in the logs ``` > Task :runFunction Execution optimizations have been disabled for...

### Expected Behavior Dependency for Netty server should be provided ``` io.micronaut micronaut-http-server-netty provided ``` ...and excluded from tests ``` org.apache.maven.plugins maven-surefire-plugin io.micronaut:micronaut-http-server-netty ``` ### Actual Behaviour Netty dependency has...

The implementation of the property source for Secret Manager secrets removes line breaks (\n) in the secrets: https://github.com/micronaut-projects/micronaut-gcp/blob/master/gcp-secret-manager/src/main/java/io/micronaut/gcp/secretmanager/SecretManagerConfigurationClient.java#L92 This causes problems, as e.g. in our case, we want to put...

info: workaround available