python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spring Cloud Function GCP exclude for Spring Cloud Stream for PubSub
I combine both Spring Cloud Function for GCP and Spring Cloud Stream for PubSub in the same project.
I have one function which is an entrypoint for GCP CF defined in my properties
spring.cloud.functio...

Marious
Votes: 0
Answers: 1
How to fix Non-resolvable import POM: com.google.cloud:spring-cloud-gcp-dependencies
Trying to build spring-cloud-gcp from https://github.com/GoogleCloudPlatform/spring-cloud-gcp
Many failed compile/install attempts due to failed tests (unit and checkstyle) - decided to just disable ...

Patrick Grant
Votes: 0
Answers: 1
Spring Cloud GCP Datastore - exclude field from being persisted
I'm using the spring-cloud-gcp-starter-data-datastore dependency in a spring boot application to interface with a Datastore instance in GCP.
I have the following entity mapped out (condensed for brevi...
Andrew Mairose
Votes: 0
Answers: 1
java.lang.IllegalArgumentException: The project ID can't be null or empty
I installed the PubSub dependency in my project.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starter-pubsub</artifactId>...
Przemek Grabarek
Votes: 0
Answers: 1