MatrixHB commented on code in PR #4:
URL: 
https://github.com/apache/rocketmq-schema-registry/pull/4#discussion_r925352203


##########
common/src/main/java/org/apache/rocketmq/schema/registry/common/QualifiedName.java:
##########
@@ -34,10 +34,15 @@
 public class QualifiedName implements Serializable {
     private static final long serialVersionUID = 2266514833942841209L;
 
+    public static final String DEFAULT_TENANT = "default";
+
+    public static final String DEFAULT_CLUSTER = "cluster";
+
     private String cluster;
     private String tenant;
     private String subject;
     private String schema;
+    private Long version;

Review Comment:
   It's necessary to get  schema by a given subject and a given version.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to