arunpandianp commented on code in PR #30211:
URL: https://github.com/apache/beam/pull/30211#discussion_r1492242843
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/status/WorkerStatusPages.java:
##########
@@ -67,17 +75,26 @@ public class WorkerStatusPages {
// Add default capture pages (threadz, statusz)
this.capturePages.add(threadzServlet);
this.capturePages.add(statuszServlet);
+ if (options.isStreaming()) {
Review Comment:
The diff is now outdated. Rebased on top of Martin's changes.
--
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]