You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2018/05/24 12:43:37 UTC

[GitHub] flink issue #6043: [FLINK-7386] evolve RequestIndexer API to make it working...

Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/6043
  
    As a high-level comment, I think we may want start making the ElasticSearch connectors projects independent of each other.
    
    We previously tried to share code between versions, which has made things clumsy both from the dependency management and the implementation (api bridges, etc.). It also couples different versions, such that a bug fix in one connector version often affects other connectors as well.
    
    The REST-based client may be a good time to start clean, create a new project with no dependencies on the base connector project, and copy the necessary code over.
    
    What do you think?


---