liferoad commented on code in PR #30666:
URL: https://github.com/apache/beam/pull/30666#discussion_r1733590181
##########
examples/multi-language/README.md:
##########
@@ -28,6 +28,8 @@ This project provides examples of Apache Beam
* **python/javacount** - A Python pipeline that counts words using the Java
`Count.perElement()` transform.
* **python/javadatagenerator** - A Python pipeline that produces a set of
strings generated from Java.
This example demonstrates the
`JavaExternalTransform` API.
+* **python/wordcount_external** - A Python pipeline that runs the Word Count
workflow using three external Java
+ SchemaTransforms. This example demonstrates the updated
`ExternalTransformProvider` API.
Review Comment:
ExternalTransformProvider vs JavaExternalTransform: which one should we
recommend?
--
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]