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

APIs changed to refer to subjects. Retrieval by globally unique schema id #30

Closed
wants to merge 5 commits into from

Commits on Dec 30, 2014

  1. 1. Changed the APIs to refer to subjects as discussed last week. 2. A…

    …dded the ability to assign globally unique schema id on the master and retrieve schemas using ids 3. Unit tests need to be modified
    nehanarkhede committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    89af963 View commit details
    Browse the repository at this point in the history
  2. 1. Changed the id->subject index to be in-memory for now. If that pro…

    …ves to be too memory intensive during performance testing, we can change it to a memory mapped index constructed from scratch during bootstrap 2. All tests pass. Changed tests to validate schemas based on ids. Also included tests that get the same schema using id and subject,version
    nehanarkhede committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    8ebd218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec96c62 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2014

  1. Addressed Jun's review comments. Also removed the lookup by id. The o…

    …nly unique identifier for a schema is the subject and the version
    nehanarkhede committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    3cc0fa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5e3934 View commit details
    Browse the repository at this point in the history