Hi folks,
I stumbled up on this cool project while looking for schema registries. I cloned it and am poking around, it looks great.
Is there any support for Apache Phoenix as the backing store? I see some commented out lines in the dev configs, but I don't see the corresponding provider implementation. Did I miss something?
I thought I'd ask here before hacking something together. Was it ever considered and then not implemented?
# Example configuration for phoenix based JDBC driver
#storageProviderConfiguration:
# providerClass: "com.hortonworks.registries.storage.impl.jdbc.JdbcStorageManager"
# properties:
# db.type: "phoenix"
# queryTimeoutInSecs: 30
# db.properties:
# jdbcDriverClass: "com.hortonworks.phoenix.jdbc.PhoenixDriver"
# jdbcUrl: "jdbc:phoenix:localhost:2181"
#
- Bharath