DEV Community

Cover image for Amazon MSK 101 with Python

Amazon MSK 101 with Python

Marco Gonzalez on February 13, 2024

Professionals familiar with microservices, as well as high throughput and low latency applications, have come to recognize the critical role of dis...
Collapse
 
divya828 profile image
divya828 • Edited

What is the authentication mechanism used by the faust client in python application to authenticate itself to Kafka cluster via IAM?
I am trying to use kafka-python library to stream messages and authenticate the application using aws_msk_iam_sasl_signer but I'am unable to connect the complete flow for this.