BUG-7608: activate action-service element
[controller.git] / opendaylight / blueprint / src / main / java / org / opendaylight / controller / blueprint / ext / ActionServiceMetadata.java
index 768d4c00742ce42b6f8bf2637670047c2d7912fc..a760e69be5d3471c109eeb900993bcdafa8b2e59 100644 (file)
@@ -35,8 +35,6 @@ final class ActionServiceMetadata extends AbstractInvokableServiceMetadata {
 
     @Override
     Predicate<RpcRoutingStrategy> rpcFilter() {
-        // FIXME: BUG-7608: action-service is a no-op for now
-        // return RpcRoutingStrategy::isContextBasedRouted;
-        return (strategy) -> false;
+        return RpcRoutingStrategy::isContextBasedRouted;
     }
 }