Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2113#discussion_r120430454
--- Diff:
storm-client/src/jvm/org/apache/storm/drpc/LinearDRPCTopologyBuilder.java ---
@@ -389,5 +397,11 @@ public LinearDRPCInputDeclarer
addConfigurations(Map<String, Object> conf) {
_component.componentConfs.add(conf);
return this;
}
+
+ @Override
+ public LinearDRPCInputDeclarer addSharedMemory(SharedMemory
request) {
+ _component.sharedMemory.add(request);
+ return null;
--- End diff --
Should this return null?
---
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.
---