Lambda + Kafka: The Push-Pull Paradox Explained
The Paradox
Here's something that should bother you:
Kafka is built on a pull model. Consumers poll for messages. The broker is dumb, the consumer is smart.
Lambda is built on a push model. Events arrive, Lambda runs. No polling, no long-running pro...
srinumadhav.hashnode.dev7 min read
Aman Sharma
Impressive,
Regards Aman