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

events: move types into service package #1072

Merged
merged 1 commit into from Jun 23, 2017

Commits on Jun 23, 2017

  1. events: move types into service package

    When using events, it was found to be fairly unwieldy with a number of
    extra packages. For the most part, when interacting with the events
    service, we want types of the same version of the service. This has been
    accomplished by moving all events types into the events package.
    
    In addition, several fixes to the way events are marshaled have been
    included. Specifically, we defer to the protobuf type registration
    system to assemble events and type urls, with a little bit sheen on top
    of add a containerd.io oriented namespace.
    
    This has resulted in much cleaner event consumption and has removed the
    reliance on error prone type urls, in favor of concrete types.
    
    Signed-off-by: Stephen J Day <stephen.day@docker.com>
    stevvooe committed Jun 23, 2017
    Copy the full SHA
    c05be46 View commit details
    Browse the repository at this point in the history