Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't set Retry Topic mechanism In Faust Streaming #769

Open
rawheel opened this issue Nov 9, 2022 · 1 comment
Open

Couldn't set Retry Topic mechanism In Faust Streaming #769

rawheel opened this issue Nov 9, 2022 · 1 comment

Comments

@rawheel
Copy link

rawheel commented Nov 9, 2022

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.

@wbarnha
Copy link

wbarnha commented Jan 13, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants