[ https://issues.apache.org/jira/browse/STORM-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15196011#comment-15196011 ]
ASF GitHub Bot commented on STORM-1616: --------------------------------------- Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1199#discussion_r56223827 --- Diff: storm-core/src/jvm/org/apache/storm/trident/Stream.java --- @@ -124,6 +124,31 @@ public Stream parallelismHint(int hint) { } /** + * Sets the CPU Load resource for the current operation + */ + public Stream setCPULoad(Number load) { --- End diff -- Can we make Stream implement `ResourceDeclarer<Stream>` and have these marked with @Override. > Add RAS API for Trident > ----------------------- > > Key: STORM-1616 > URL: https://issues.apache.org/jira/browse/STORM-1616 > Project: Apache Storm > Issue Type: Bug > Reporter: Kyle Nusbaum > Assignee: Kyle Nusbaum > -- This message was sent by Atlassian JIRA (v6.3.4#6332)