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

Create own partitioner #554

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2019

  1. add partitioner with murmur2 from kafka

    Pavel Stadnikov committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    986f9de View commit details
    Browse the repository at this point in the history
  2. rewrite murmur2 to cython, use it in producer

    Pavel Stadnikov committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    2a2d467 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. fix typos

    pawlyk committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    6221101 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. add benchmark

    pawlyk committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    d0b018b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. add some improvements

    Pavel Stadnikov committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    73e1e36 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. remove murmur.html

    pawlyk committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    245f743 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into create-own-partitioner

    # By pyup-bot (18) and others
    # Via GitHub (10) and pyup-bot (1)
    * master: (27 commits)
      Update sphinx from 2.1.2 to 2.2.0
      Update gssapi from 1.5.1 to 1.6.1
      Update docutils from 0.15 to 0.15.2
      Update cython from 0.29.12 to 0.29.13
      Update cython from 0.29.12 to 0.29.13
      Update cython from 0.29.12 to 0.29.13
      Update xxhash from 1.3.0 to 1.4.1
      Update xxhash from 1.3.0 to 1.4.1
      Update pytest from 5.0.1 to 5.1.2
      Update pytest from 5.0.1 to 5.1.2
      sugger --> sugar
      Fix typos, spelling, grammar, etc
      Fix typo in docs
      Fix documentation for benchmark
      Add backoff on fetcher
      Fix fstring for CRC
      Return run for all tests
      Update docutils from 0.14 to 0.15
      Update cython from 0.29.11 to 0.29.12
      Update cython from 0.29.11 to 0.29.12
      ...
    
    # Conflicts:
    #	benchmark/README
    pawlyk committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    e76f66f View commit details
    Browse the repository at this point in the history