I am using localstack community and I have created a lambda in it successfully. Have also successfully attached an event sourcing pointing to a kafka running locally. However, I put the message on the topic lambda is not getting triggered. I see a message in the log for localstack saying kafka is not in list of SERVICES.
I have a lambda which uses a kafka as a trigger. That’s it. Kafka is not running in localstack. It is a separate app but I need it as my lambda is using it as a trigger so. All I want is to have the event sourcing working.