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: confluentinc/confluent-kafka-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: confluentinc/confluent-kafka-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-1586
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    c64b41a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c513bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2117289 View commit details
    Browse the repository at this point in the history
  4. Added pickling support to Message

    Now you can send Messages across processes
    joaoe committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0d06919 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d286f91 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Merge origin/master into pr-1586

    Resolved conflicts in src/confluent_kafka/src/confluent_kafka.c:
    - Kept HEAD version improvements (Py_XDECREF, Py_CLEAR, Message_richcompare)
    - Kept HEAD version of Message_headers with helper function
    - Kept HEAD version with additional methods (set_topic, set_error, __reduce__)
    - Kept HEAD version of Message__len__ with Py_None check
    k-raina committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    0bea91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40af72 View commit details
    Browse the repository at this point in the history
Loading