evans-ye commented on a change in pull request #248:
URL: https://github.com/apache/flink-statefun/pull/248#discussion_r685355668
##########
File path:
statefun-e2e-tests/statefun-smoke-e2e-java/src/main/java/org/apache/flink/statefun/e2e/smoke/Constants.java
##########
@@ -0,0 +1,61 @@
+package org.apache.flink.statefun.e2e.smoke;
+
+import org.apache.flink.statefun.e2e.smoke.generated.Command;
+import org.apache.flink.statefun.e2e.smoke.generated.Commands;
+import org.apache.flink.statefun.e2e.smoke.generated.SourceCommand;
+import org.apache.flink.statefun.e2e.smoke.generated.VerificationResult;
+import org.apache.flink.statefun.sdk.java.TypeName;
+import org.apache.flink.statefun.sdk.java.types.SimpleType;
+import org.apache.flink.statefun.sdk.java.types.Type;
+
+final class Constants {
+ private Constants() {}
+
+ private static final String APP_NAMESPACE = "statefun.smoke.e2e";
+ private static final String PROTO_TYPES_NAMESPACE = "type.googleapis.com";
Review comment:
OK. I think what you're saying is TypedValueUtils should be used only
for Statefun internal processing instead of user level code. Am I getting it
right?
--
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]