Skip or handle failure in Mutiny Multi.createFrom().iterable in Quarkus and reactive programming
I’m implementing a functionality to read messages from a queue in SQS in AWS, process them and insert them into a table in dynamoDB.
I’m implementing a functionality to read messages from a queue in SQS in AWS, process them and insert them into a table in dynamoDB.