V$R
V$R
I am creating config-server with latest spring cloud version, ` org.springframework.boot spring-boot-starter-parent 2.4.3 ` `2020.0.1` we are always getting below error, `2021-03-24 15:54:31.004 INFO 29368 --- [ main] o.apache.catalina.core.StandardService :...
We are using spring cloud stream kafka binder, org.springframework.cloud spring-cloud-stream-binder-kafka We are trying to override detault consumer properties mostly for below properties. spring: cloud: stream: kafka: #https://docs.spring.io/spring-cloud-stream/docs/current/reference/html/spring-cloud-stream-binder-kafka.html#_problem_statement bindings: process-in-0: consumer:...
Hi Team, I am trying to find best solution on Spring steam with functions. My requirement like below, We will get request data in a topic(X) and have to respond...