-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dpkp/kafka-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: reciprocity/kafka-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 7 files changed
- 3 contributors
Commits on Aug 18, 2021
-
Support AWS_MSK_IAM authentication
Adds an AWS_MSK_IAM authentication mechanism which is described here: * https://github.com/aws/aws-msk-iam-auth#uriencode To use the mechanism pass the following keyword arguments when initializing a class: ``` security_protocol='SASL_SSL', sasl_mechanism='AWS_MSK_IAM', bootstrap_servers=[ 'b-1.cluster.x.y.kafka.region.amazonaws.com:9088', ... ], ``` The credentials and region will be pulled using `botocore.session.Session`. Using the mechanism requires the `botocore` library which can be installed with: ```sh pip install botocore ``` **TODO:** - [ ] Documentation - [ ] Tests - [ ] Refresh mechanism for temporary credentials?
Configuration menu - View commit details
-
Copy full SHA for cb18e67 - Browse repository at this point
Copy the full SHA cb18e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed99ae5 - Browse repository at this point
Copy the full SHA ed99ae5View commit details -
Tests AWS_MSK_IAM signature and payload generation
The two tests in `test/test_msk.py` should ensure that the changes to `kafka/msk.py` do not break the authentication payload. The authentication payload was validated using a real AWS Kafka cluster before adding tests with the hard-coded signatures.
Configuration menu - View commit details
-
Copy full SHA for 7ff3237 - Browse repository at this point
Copy the full SHA 7ff3237View commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e4e6e91 - Browse repository at this point
Copy the full SHA e4e6e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa508f0 - Browse repository at this point
Copy the full SHA fa508f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a4a7f - Browse repository at this point
Copy the full SHA 74a4a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d65933 - Browse repository at this point
Copy the full SHA 5d65933View commit details -
Configuration menu - View commit details
-
Copy full SHA for a086a25 - Browse repository at this point
Copy the full SHA a086a25View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c40812b - Browse repository at this point
Copy the full SHA c40812bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62014ac - Browse repository at this point
Copy the full SHA 62014acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab5646 - Browse repository at this point
Copy the full SHA 8ab5646View commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 227089c - Browse repository at this point
Copy the full SHA 227089cView commit details
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for def4349 - Browse repository at this point
Copy the full SHA def4349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f713db - Browse repository at this point
Copy the full SHA 9f713dbView commit details
Commits on Jan 17, 2022
-
Merge pull request #5 from reciprocity/svc_672_build_session
[SVC-672] Build AWS Session in BrokerConnection
Configuration menu - View commit details
-
Copy full SHA for c0a3c5e - Browse repository at this point
Copy the full SHA c0a3c5eView commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7cd7f2 - Browse repository at this point
Copy the full SHA e7cd7f2View commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 842bb0f - Browse repository at this point
Copy the full SHA 842bb0fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master