Lambda event for Kafka is not working

0

Lambda with Kafka event is giving:

Last processing result: PROBLEM: Lambda internal error. Please contact Lambda customer support.

Where can we get more details about this issue?

Issue

demandé il y a 9 mois246 vues
2 réponses
0

Hello Jose, If possible, please file a technical support ticket so we can assist you further. We will need the UUID and region of an existing event source mapping experiencing this issue, we believe the one with the UUID above may have already been deleted.

AWS
répondu il y a 9 mois
0

Hi Jose,

As indicated by Chris in a previous answer, the error you are currently seeing is a generic error message displayed when there is no dedicated error message available to explain the cause of the ESM’s failure. The only way to determine the exact cause of this error is creating a ticket with AWS Premium Support so that the service team can investigate the logs for your resource.

There are a few things you can try though:

  1. If the ESM and Lambda function had been working fine and suddenly failed, the issue could be transient; after the failure occurs, wait 15 minutes and then try re-enabling the ESM .

  2. Check the Lambda execution role for any changes.

  3. Determine the size of each message in the topic. Since the Lambda payload size limit is 6MB, a topic containing large records will be incompatible with Lambda. If there is any doubt, change the batch size to 1 and enable.

  4. Check the Kafka broker logs for any traces of the ESM’s polling.

AWS
INGÉNIEUR EN ASSISTANCE TECHNIQUE
Kobus_C
répondu il y a 9 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions