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

CC-1385: Enhance connector to use text type with ES 5+ #169

Merged
merged 5 commits into from
Feb 8, 2018

Commits on Jan 29, 2018

  1. CC-1385: Make Elasticsearch connector version-aware; enhance connecto…

    …r to use text type with ES 5+
    
    The ES connector now queries for the version.  The version is stored in
    an instance of ElasticsearchClient, which is passed around so that
    it can be queried at the appropriate times (such as when inferring
    schema mappings).
    
    As part of this change, the old Jest client is now wrapped by a
    higher-level client object.  Also, all the Jest dependencies have been
    isolated to the io.confluent.connect.elasticsearch.jest package.  This
    makes the third-party dependencies more clear and will facilitate moving
    to a different ES client library in the future should we choose to do
    so.
    
    These changes have been tested with ES 2.x, 5.x, and 6.x.
    rayokota committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    64bb440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93de790 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    e064acd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9446aa4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    bc24949 View commit details
    Browse the repository at this point in the history