pmupkin commented on code in PR #4365:
URL: https://github.com/apache/eventmesh/pull/4365#discussion_r1330355872


##########
eventmesh-common/src/main/java/org/apache/eventmesh/common/filter/FilterType.java:
##########
@@ -0,0 +1,14 @@
+package org.apache.eventmesh.common.filter;
+
+public class FilterType {
+    public static void main(String[] args) {
+       String st =  "{\n" + "    \"source\": [\"mq\", \"ecs\", 123],\n"
+                + "    \"aliyunregionid\": [\"cn-hangzhou\", {\"prefix\": 
\"cn-\"}],\n" + "    \"data\": {\n"
+                + "        \"c-count\": {\n" + "            \"d-count\": 
[{\"numeric\": [\">\", 10]}],\n"
+                + "            \"but\": [{\"anything-but\": \"started\"}],\n" 
+ "            \"e-count\": {\n"
+                + "                \"f-count\": [{\"exists\": false}]\n" + "   
         }\n" + "        },\n"
+                + "        \"prefix\": [{\"prefix\": \"aliyun-\"}],\n"
+                + "        \"suffix\": [{\"suffix\": \"-eventbridge\"}]\n" + " 
   }\n" + "}";
+        System.out.println(st);

Review Comment:
   I have addressed the code style issues and removed some code. Can you please 
review it again?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to