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

For topics improvements branch #4

Merged
merged 10 commits into from
Oct 20, 2017
Merged

For topics improvements branch #4

merged 10 commits into from
Oct 20, 2017

Commits on Oct 18, 2017

  1. Rework API to be more consistent and universally include docstrings.

    Support async natively using manifold to get error bubbling.
    Support topic seeking, both simple and on a per-partition basis.
    Support throwing errors for both server side returned values and
    errors internal to the networking stack.
    Unified config map usable with all client methods.
    gardnervickers committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    8eea2ff View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Cleanup error handling

    gardnervickers committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    067df22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c2a972 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    cc1042f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66e52ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccb4228 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of github.com:PyroclastIO/pyroclast-clojure in…

    …to develop
    
    * 'develop' of github.com:PyroclastIO/pyroclast-clojure:
      Add additional seek to the beginning test.
      Better error response handling / messages.
    gardnervickers committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    a6f9360 View commit details
    Browse the repository at this point in the history
  5. Now we don't throw all HTTP error codes as exceptions, we can handle

    them in `common-response`.
    gardnervickers committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    568c19d View commit details
    Browse the repository at this point in the history
  6. Return a merged config map so we don't have to pass both config

    and consumer-instance-map to read functions.
    gardnervickers committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    162e3d3 View commit details
    Browse the repository at this point in the history
  7. Update readme

    gardnervickers committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    cda0574 View commit details
    Browse the repository at this point in the history