You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description : The lambda function is unable to consume messages from the configured Kafka topic. After connecting to the Kafka broker, joining the consumer group, and starting to fetch messages, no messages are ultimately consumed.
Expected Behavior : The lambda function should be able to connect to the Kafka broker, join the consumer group, and continuously consume messages from the configured topic.
Observed Behavior : When the lambda function is executed, it successfully connects to the Kafka broker and joins the consumer group. However, no messages are ultimately consumed, and the lambda function does not appear to be making progress in processing the messages.
Environment
AWS: Lambda
KafkaJS version: 2.2.4
Kafka version: 3.6.0 (MSK)
Node.js version: 22
Additional Context : The lambda function is set up to consume messages from a Kafka topic, but it's not actually consuming any messages. There seems to be an issue with the connection or configuration that is preventing the consumption of messages.
I have a lag greater than 0 before I launch my lambda and afterwards it doesn't change.
and my lambda is able to connect to the broker and join as consumer group
and I gave full IAM rights to my lambda to access the msk cluster to make sure it's not a rights issue
and finally I know it's not just about kafkajs but also about AWS but I hope you can help me
The text was updated successfully, but these errors were encountered:
Bug Description : The lambda function is unable to consume messages from the configured Kafka topic. After connecting to the Kafka broker, joining the consumer group, and starting to fetch messages, no messages are ultimately consumed.
Expected Behavior : The lambda function should be able to connect to the Kafka broker, join the consumer group, and continuously consume messages from the configured topic.
Observed Behavior : When the lambda function is executed, it successfully connects to the Kafka broker and joins the consumer group. However, no messages are ultimately consumed, and the lambda function does not appear to be making progress in processing the messages.
Environment
AWS: Lambda
KafkaJS version: 2.2.4
Kafka version: 3.6.0 (MSK)
Node.js version: 22
Additional Context : The lambda function is set up to consume messages from a Kafka topic, but it's not actually consuming any messages. There seems to be an issue with the connection or configuration that is preventing the consumption of messages.
I have a lag greater than 0 before I launch my lambda and afterwards it doesn't change.
and my lambda is able to connect to the broker and join as consumer group
and I gave full IAM rights to my lambda to access the msk cluster to make sure it's not a rights issue
and finally I know it's not just about kafkajs but also about AWS but I hope you can help me
The text was updated successfully, but these errors were encountered: