Should we create a workflow with indefinite time?

I want to create an integration that listens to SQS queue and sends data to Kafka.
should I use temporal to create a workflow that creates SQS client and listen to events indefinitely?

Unless you need to manage listeners dynamically, workflow is not required to listen to SQS events.

1 Like