Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge kafka-python #932

Merged
merged 22 commits into from
Nov 8, 2023
Merged

Merge kafka-python #932

merged 22 commits into from
Nov 8, 2023

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    ee20b37 View commit details
    Browse the repository at this point in the history
  2. Squashed 'kafka/' content from commit c89bd516

    git-subtree-dir: kafka
    git-subtree-split: c89bd5169277e2e7a6f29674d54c085a8cdbbfe3
    ods committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    86562e7 View commit details
    Browse the repository at this point in the history
  3. Merge commit '86562e779cf8e05733131645051801d309157c3d' as 'kafka'

    Scenario (working branch is merge-kafka-python):
    git remote add kafka-python git@github.com:dpkp/kafka-python.git
    git fetch kafka-python
    git branch kafka-python-master kafka-python/master
    git switch kafka-python-master
    git subtree split --prefix=kafka -b kafka-python-kafka
    git switch merge-kafka-python
    git subtree add --squash --prefix=kafka kafka-python-kafka
    ods committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    fb75b10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f3c169 View commit details
    Browse the repository at this point in the history
  5. Squashed 'tests/kafka/' content from commit 1d17d3b7

    git-subtree-dir: tests/kafka
    git-subtree-split: 1d17d3b7950b40aeeeef52281b8b7ab51622b272
    ods committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    90a8851 View commit details
    Browse the repository at this point in the history
  6. Merge commit '90a88510adfc4376689500a44389ed68b1ec3025' as 'tests/kafka'

    Scenario (assumes kafka-python-master still exists from previous subtree add):
    git switch kafka-python-master
    git subtree split --prefix=test -b kafka-python-test
    git switch merge-kafka-python
    git subtree add --squash --prefix=tests/kafka kafka-python-test
    ods committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    49302dd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c220efc View commit details
    Browse the repository at this point in the history
  2. De-dup: record packages

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e7c11e6 View commit details
    Browse the repository at this point in the history
  3. Untie ConsumerRebalanceListener

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    29526ce View commit details
    Browse the repository at this point in the history
  4. Merge admin

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    97386fc View commit details
    Browse the repository at this point in the history
  5. Merge errors

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    adde152 View commit details
    Browse the repository at this point in the history
  6. Move coordinator

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    04b7bff View commit details
    Browse the repository at this point in the history
  7. Move partitioner

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f311fb0 View commit details
    Browse the repository at this point in the history
  8. Merge cluster

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    81e5bf2 View commit details
    Browse the repository at this point in the history
  9. Merge structs

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    59fbd73 View commit details
    Browse the repository at this point in the history
  10. Move oauth

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    acff7a5 View commit details
    Browse the repository at this point in the history
  11. Move metrics

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b994339 View commit details
    Browse the repository at this point in the history
  12. Merge protocol

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    91759b8 View commit details
    Browse the repository at this point in the history
  13. Move codec

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8c4cd40 View commit details
    Browse the repository at this point in the history
  14. Merge util

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6d70164 View commit details
    Browse the repository at this point in the history
  15. Replace future and final clean-up

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a2ec341 View commit details
    Browse the repository at this point in the history
  16. Remove dead code

    ods committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    66e2999 View commit details
    Browse the repository at this point in the history