lukecwik commented on a change in pull request #15807:
URL: https://github.com/apache/beam/pull/15807#discussion_r738919427
##########
File path:
sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataGrpcMultiplexer.java
##########
@@ -49,7 +49,10 @@
*
* <p>TODO: Add support for multiplexing over multiple outbound observers by
stickying the output
* location with a specific outbound observer.
+ *
+ * @deprecated Migrate to {@link BeamFnDataGrpcMultiplexer2}.
Review comment:
Yeah, the OSS runners use these to process bundles and the Dataflow JRH
has an annoying usage.
Cleaning up the OSS runners usage isn't too hard but cleaning up the
Dataflow JRH usage is a waste of time and I would rather wait for it to be
deleted.
--
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]