In my project, I use spring-cloud-stream-kafka, and @StreamListener
received Message, When processing this message I used FeignClient
to call another service.
but I didn't call that service without exception, and I received the same message again.