Skip to content

Handling incompatible API versions #272

@cmccoy

Description

@cmccoy

We should decide how to structure code handling incompatible API changes for different database versions. I've seen:

Currently we're including multiple clients within a single module, but I think it would be cleaner to have a separate module for incompatible versions. The HBase client, for example, now needs to be compiled against HBase 1.0.x. I think having an hbase-10 module and hbase-09 module might be better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions