faust icon indicating copy to clipboard operation
faust copied to clipboard

Couldn't set Retry Topic mechanism In Faust Streaming

Open rawheel opened this issue 3 years ago • 1 comments

Checklist

  • [ X] I have included information about relevant versions
  • [ X] I have verified that the issue persists when using the master branch of Faust.

Hello all, I’m using faust-streaming with fastAPI. I have two topics

  • main_topic
  • retry_topic

I want if the logic fails in main_topic it should call retry_topic and if that fails so there should be max 3 retries that it should do. I’ve tried using sink in faust streaming what it does is that it yield result from my main topic to retry_topic but I’m still not able to limit it to 3 retries.

Is there a way to do that in faust/Kafka streaming I know that celery has this feature?

There’s StackOverflow URL feel free to answer there as well.. https://stackoverflow.com/questions/74360650/faust-streaming-retry-topic-mechanism

I know it's not an appropriate channel to ask this here, but I couldn't find the slack URL working on the faust website.

rawheel avatar Nov 09 '22 19:11 rawheel

Sorry I didn't see this until now, try filing an issue with us in https://github.com/faust-streaming/faust?

I'm also currently reviewing a potential solution for this.

wbarnha avatar Jan 13 '23 05:01 wbarnha