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

Commits on Sep 18, 2015

  1. Add optional timeout params to produce methods:

    produce and produceBatch
    
    Thee values are currently ignored; using them is coming next ;)
    Owen Smith committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    48bdf3e View commit details
    Browse the repository at this point in the history
  2. Set timeout in regular produce method

    Owen Smith committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    1411658 View commit details
    Browse the repository at this point in the history
  3. Whoops, destroy right obj on error:

    Clean up the topic config, not the topic obj itself (which hasn't been initialized yet)
    Owen Smith committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    b47f382 View commit details
    Browse the repository at this point in the history
  4. Fix missing topic config init in CONFIRM_EXTENDED

    Owen Smith committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    1858296 View commit details
    Browse the repository at this point in the history
  5. Set timeout in the 'extended report' version too

    Owen Smith committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    f854506 View commit details
    Browse the repository at this point in the history
  6. Set timeout in produceBatch too

    Owen Smith committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    c3b81b6 View commit details
    Browse the repository at this point in the history
  7. Update the PHP stubs to reflect new param

    Owen Smith committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    a147902 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Merge pull request EVODelavega#3 from orls/producer-timeouts

    Producer timeout arguments
    EVODelavega committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    3f24ebb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Configuration menu
    Copy the full SHA
    1ff96e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5086b View commit details
    Browse the repository at this point in the history
  3. Fix typo in readme

    EVODelavega committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    8287630 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. correct size for binary data while consuming

    David Wieland committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    336e845 View commit details
    Browse the repository at this point in the history
  2. correct binary data while consuming

    David Wieland committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    6d4ea29 View commit details
    Browse the repository at this point in the history
  3. binary queue consuming

    the queue consume has the same problem as consume
    David Wieland committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    0de8955 View commit details
    Browse the repository at this point in the history
  4. fixing c&p errors

    David Wieland committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    e9d10d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Merge pull request EVODelavega#4 from dwieland/binary-consume

    correct size for binary data while consuming
    EVODelavega committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    4a384aa View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Update README.md

    Add `ldconfig` to finalize the update to find the .so file in /usr/local/lib
    Chris Paul authored Oct 25, 2016
    Configuration menu
    Copy the full SHA
    9677db0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Merge pull request EVODelavega#5 from cmpaul/master

    Update README.md
    EVODelavega authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    349afb1 View commit details
    Browse the repository at this point in the history
Loading