Skip to content
Permalink

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: kafka-python-ng/kafka-python-ng
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: kafka-python-ng/kafka-python-ng
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 7 commits
  • 28 files changed
  • 6 contributors

Commits on Mar 19, 2024

  1. Support Describe log dirs (#145)

    I implemented API KEY 35 from the official Apache Kafka documentation. This functionality is requested in issue # 2163 and this is an implementation proposal.
    
    Co-authored-by: chopatate <florian.courouge@outlook.fr>
    wbarnha and Courouge authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2f2ccb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Update conftest.py to use request.node.originalname instead for legal…

    … topic naming (#172)
    
    * Update conftest.py to use request.node.originalname instead for legal topic naming
    
    Otherwise parametrization doesn't work.
    
    * Update test/conftest.py
    
    Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
    wbarnha and code-review-doctor[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0259502 View commit details
    Browse the repository at this point in the history
  2. KIP-345 Static membership implementation (#137)

    * KIP-345 Add static consumer membership support
    
    * KIP-345 Add examples to docs
    
    * KIP-345 Add leave_group_on_close flag
    
    https://issues.apache.org/jira/browse/KAFKA-6995
    
    * KIP-345 Add tests for static membership
    
    * KIP-345 Update docs for leave_group_on_close option
    
    * Update changelog.rst
    
    * remove six from base.py
    
    * Update base.py
    
    * Update base.py
    
    * Update base.py
    
    * Update changelog.rst
    
    * Update README.rst
    
    ---------
    
    Co-authored-by: Denis Kazakov <d.kazakov@mcplat.ru>
    Co-authored-by: Denis Kazakov <denis@kazakov.ru.net>
    3 people authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3c124b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Use monkeytype to create some semblance of typing (#173)

    * Add typing
    
    * define types as Struct for simplicity's sake
    wbarnha authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    56065da View commit details
    Browse the repository at this point in the history
  2. Add zstd support on legacy record and ensure no variable is referred …

    …before definition (#138)
    
    * fix if statement logic and add zstd check
    
    * fix if statement logic and add zstd uncompress
    
    * fix imports
    
    * avoid variable be used before definition
    
    * Remove unused import from legacy_records.py
    
    ---------
    
    Co-authored-by: Alexandre Souza <alexandre.souza@axonius.com>
    wbarnha and ax-ale authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cbf317b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    af1a5f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba153f View commit details
    Browse the repository at this point in the history
Loading