Hi @Saggu, thank you for these videos. During the POC, we see that if we use Saga with Error handling, then Compensation is not working. Can you please check this part of providing proper HTTP response in case of Saga pattern and handling error in Saga pattern. Ofcourse, we need to invoke compensation but handle the errors as well
@Saggu When we use Camel + Kafka , error handling can be done using Kafka Dead letter topic. Is it the same that using DLQ in Camel we will route to Kafka Dead letter topic ?? and another question is where do we provide the consumer configurations when we use camel with Kafka ? It would be great if you do a video on Kafka + Camel with error handling..
@Saggu, Sometimes we are not sure what type of runtime exceptions camel throws , at that time to handle it carefully can we use dotry over other . please suggest
Can we have some scenario in which we want to retry in case of a custom exception and if retries are exhausted then let errorHandler come to picture and send the original message to dlq.
Very nice and concise explanation
Thank you so much for these videos 😃 they have been incredibly helpful!
This is what I am looking for thank you so much.
Hi Saggu - thanks for posting videos on Apache Camel.
Thanks so much Saggu.. I was waiting for your video..
Hi @Saggu, thank you for these videos. During the POC, we see that if we use Saga with Error handling, then Compensation is not working. Can you please check this part of providing proper HTTP response in case of Saga pattern and handling error in Saga pattern. Ofcourse, we need to invoke compensation but handle the errors as well
Hi Saggu, Thank you for the videos, Can you please add Camel SAGA with CRUD Examples.
Yes coming soon
@Saggu When we use Camel + Kafka , error handling can be done using Kafka Dead letter topic. Is it the same that using DLQ in Camel we will route to Kafka Dead letter topic ?? and another question is where do we provide the consumer configurations when we use camel with Kafka ? It would be great if you do a video on Kafka + Camel with error handling..
@Saggu,
Sometimes we are not sure what type of runtime exceptions camel throws , at that time to handle it carefully can we use dotry over other . please suggest
Can we have some scenario in which we want to retry in case of a custom exception and if retries are exhausted then let errorHandler come to picture and send the original message to dlq.
what if I have to handle an error coming directly from the attempt to connect to sftp written inside the .from()