You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/07/30 19:40:39 UTC

[GitHub] [beam] kw2542 commented on a change in pull request #15236: [BEAM-12671] Mark known composite transforms native

kw2542 commented on a change in pull request #15236:
URL: https://github.com/apache/beam/pull/15236#discussion_r680179867



##########
File path: runners/samza/src/main/java/org/apache/beam/runners/samza/translation/SamzaPortablePipelineTranslator.java
##########
@@ -85,4 +91,23 @@ public static void createConfig(
       }
     }
   }
+
+  public static Set<String> knownUrns() {
+    return TRANSLATORS.keySet();
+  }
+
+  /** Registers Samza translators. */
+  @AutoService(SamzaPortableTranslatorRegistrar.class)

Review comment:
       Synced offline, we agreed to separate the translator registration since registered translators for classic & portable runners diverges significantly. 




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org