Long-running Process #423
Unanswered
jlcarpenter
asked this question in
Q&A
Replies: 1 comment
-
Below is the variation of code I have tried with no success.
` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a long running process and Kafka is timing out assuming that the consumer is no longer there and the message is placed back on the topic. I need a way to process my long running message but also continue to acknowledge that the consumer is still there so it does not give up on the message and reassign it.
Has anyone ever done this using KafkaFlow?
Beta Was this translation helpful? Give feedback.
All reactions