python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to gracefully exit a spring cloud function definition on exception scenario?
I am using spring cloud function chaining in my project like below:
spring.cloud.function.definition = func_A|func_B|func_C|func_D
The above definition will pipe the result of func_A to func_B, and f...
RAM KUMAR
Votes: 0
Answers: 1
Kafka Admin client unregistered causing metadata issues
After migrating our microservice functionality to Spring Cloud function we have been facing issues with one of the producer topics.
Event of type: abc and key: xxx_yyy could not be sent to kafka o...
FenderBender
Votes: 0
Answers: 0
How to capture timings for spring cloud stream composite functions
I have a spring cloud stream app chaining together some functions. I need a nice way to log time taken for each function without having to wrap the logic for each in log and timing statements. I can...
greenstreetmatt
Votes: 0
Answers: 0
Shedlock with Spring Cloud Function @PollableBean
I have recently switched the implementation of almost all our services to spring cloud function, and naturally that mean as well that all scheduled jobs have been converted to suppliers, for example f...
WiredCoder
Votes: 0
Answers: 2