Matt Oberle
Matt Oberle
It looks like temporary credentials will be refreshed through existing error handling. I'm not sure if that's the **ideal** case, but it appears to provide an uncomplicated initial solution. The...
@dnks23 This PR provides a working implementation of AWS MSK authentication. If using role-based authentication credential refresh works on a try/except basis (there is no preemptive credential refresh). In other...
@phoenixx1 to use MSK auth you need to follow these steps: 1. Provide AWS credentials via a supported `boto` discovery mechanism.1 2. Initialize your producer or consumer with these keyword...
@phoenixx1 your Lambda Function is not running the code from this branch. That error message is generated [here](https://github.com/dpkp/kafka-python/pull/2255#diff-7a42674296c8306439bc2dcb4519043143b30c20df1da418134892911207c8e0R271), and displays the list of valid `sasl_mechanisms` defined [here](https://github.com/dpkp/kafka-python/pull/2255#diff-7a42674296c8306439bc2dcb4519043143b30c20df1da418134892911207c8e0R237). You'll notice that...
> @mattoberle The issue I have is that my boto session needs to assume a role since I use a cross-account AWS MSK. This is not supported, since the basic...
@bkatwal I think you are describing what I attempted to explain here: https://github.com/dpkp/kafka-python/pull/2255#issuecomment-902075097 The code in this PR doesn't include anything to actively refresh expiring credentials (although I'd expect that...
From what I understand, this project is looking for maintainers and acceptance of new features is unlikely at this point in time. This library was last published in 2020, something...
Just a quick note: `pip==23.3.0` will attempt to look up the canonical extra `postgresql-psycopg2binary` before falling back to `postgresql_psycopg2binary`. The simple answer to this issue may just be that the...