Hi Team, The question is in terms of https://issues.apache.org/jira/browse/EAGLE-47
In the eagle services for PolicyDefinition and DataSourceDefinition, both the create and update operations go through the create method of HBaseStorage.java. So how do we differentiate between create and update operation without hitting HBase again to check if the row exists (is this acceptable from the point of performance). Or is there any other way to differentiate ? Thanks, Murali Krishna
