Unrelated, I was able to get AWS Lambda to send Ka...
# general
d
Unrelated, I was able to get AWS Lambda to send Kafka events to a Kafka running in AWS EKS. If someone else needs to do this, I'm happy to help. The main challenges were (1) I thought updating values in Kafka's Helm chart and then running
helm upgrade
would apply changes to pods.  Some of the values cannot be updated this way (and silently fail). Debugging was challenging until I understood this. (2) Understanding how Kafka's
advertised.listeners
worked.
👍 1
k
Can you add this to GitBook docs?
d
Sure
Ah, cool. Looks pretty simple to update it. Any preferred location in the GitBook?
Manage & Operate?
k
probably not
we should have a How To section?
d
I could put it under "Running Pinot in the cloud" but create a new page so I don't add it to AWS Quick Start
I don't see a generic How To section
k
Will add one