agile-lab-dev / darwin

Avro Schema Evolution made easy
Apache License 2.0
34 stars 10 forks source link

[#54] Create HBase2 connector #77

Closed tmnd1991 closed 3 years ago

tmnd1991 commented 3 years ago

Avoid to duplicate HBase code as much as possible, this is obtained creating a folder hbase with all the common code and two separate sbt modules hbase1 and hbase2. Both modules include the code and resources placed under the hbase[1|2] folder + the code placed inside hbase folder. Older connector is called the same, while the new is called "darwin-hbase2-connector"

tmnd1991 commented 3 years ago

Thanks @davideicardi for the review 🎉 I'm going to merge!