Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In a Talend 8 job I need to read messages form an Azure Storage Queue.
The options for this are tAzureStorageQueueInput and tAzureStorageQueueInputLoop
The problem with the tAzureStorageQueueInput is that it can retrieve a maximum of 32 messages per run instead of just collecting all that is there in the queue.
The problem with the tAzureStorageQueueInputLoop is that it never breaks out of the loop, how would I know it can safely terminate? In the documentation there is nothing mentioned on how to stop this infinite loop.
Documentation used: https://help.talend.com/r/en-US/8.0/azure-storage-queue/tazurestoragequeueinputloop
Workaround used:
Hello,
Thanks for sharing your suggestion and good solution with us on Community. We will send it to DOCT team to update the documentation if necessary.
Best regards
Sabrina