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

gefragt vor 9 Monaten246 Aufrufe
2 Antworten
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
beantwortet vor 9 Monaten
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
SUPPORT-TECHNIKER
Kobus_C
beantwortet vor 9 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen