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
java.lang.ClassCastException: class org.eclipse.jetty.server.Request$1 in Spring Cloud Function
Sample repo available on Github.
Given this simple Spring Cloud Function application:
@SpringBootApplication
class SpringServerlessGcpApplication{
private val random = SecureRandom()
@Bean
...
codependent
Votes: 0
Answers: 2
Spring cloud function architecture with multiple functions
I just started a new project where I'm going to use Java, Spring cloud functions and AWS Lambda.
It's my first time building a serverless application and I've been looking at different example project...
user3677636
Votes: 0
Answers: 2
Spring cloud function accessing query parameters
Is it possible to access to query parameters that are forwarded from aws apigateway to awslamdba implemented using spring cloud function. the following is my implementation.
I call this using http get...
user16668777
Votes: 0
Answers: 1