Github user steveblackmon commented on a diff in the pull request:
https://github.com/apache/incubator-streams/pull/109#discussion_r19378457
--- Diff:
streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/tasks/StreamsPersistWriterTask.java
---
@@ -151,4 +157,8 @@ public void addOutputQueue(BlockingQueue<StreamsDatum>
outputQueue) {
return queues;
}
+ @Override
+ public void setStreamsTaskCounter(StreamsTaskCounter counter) {
+ this.counter = counter;
--- End diff --
Can we make isRunning an inspectable JMX Mbean property?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---