bvolpato commented on code in PR #27867:
URL: https://github.com/apache/beam/pull/27867#discussion_r1287434213
##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.java:
##########
@@ -53,7 +54,8 @@ public interface DataflowPipelineOptions
StreamingOptions,
DataflowWorkerLoggingOptions,
DataflowProfilingOptions,
- PubsubOptions {
+ PubsubOptions,
+ MemoryMonitorOptions {
Review Comment:
Good point, it was unnecessary indeed. I think I've done things in the wrong
order and missed the chain
--
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]